codegooglecom / rend

Automatically exported from code.google.com/p/rend
Other
0 stars 0 forks source link

Typos in IsAllowed Action Helper #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rend_Controller_Action_Helper_IsAllowed

lines 190 to 193:
setControllerName(), setModuleName(), and setParams() needs to be changed
to getters

line 194:
$this->getRole() change to $this->_role

line 199:
$this->getRole() change to $this->_role

Original issue reported on code.google.com by konrn...@gmail.com on 1 Dec 2008 at 9:29

GoogleCodeExporter commented 9 years ago
Oops, the last two are already fixed.

Original comment by konrn...@gmail.com on 1 Dec 2008 at 9:33

GoogleCodeExporter commented 9 years ago
Fixed in r324.

Original comment by justin.h...@gmail.com on 1 Dec 2008 at 10:32