toxygene / rend

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

Missing _getAcl() and _getRole methods in IsAllowed Action Helper #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rend_Controller_Action_Helper_IsAllowed
Lines 113 and 114

_getAcl() and _getRole methods are not defined in class

Suggested replacement:
return $this->_acl->isAllowed($this->_role, $resource, $permission);

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

GoogleCodeExporter commented 9 years ago
Fixed in r322

Original comment by justin.h...@gmail.com on 1 Dec 2008 at 8:44