Hi,

A bug has been created for that :
http://framework.zend.com/issues/browse/ZF-10649

I suggest you to vote for its fix ;)

Manu

2010/11/10 Valentin <[email protected]>

> 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