Hi,
New version 1.11 have only one change in Zend_Acl  line 636:

Old line
$resources = array($resources);
change for this
$resources = ($resources == null && count($this->_resources) > 0) ?
array_keys($this->_resources) : array($resources);


I've been studying (and debug) all day and how it affects the code and not
understand what happens. Any ideas?
Thanks

Reply via email to