On Wednesday 10 Nov 2010 20:08:54 Valentin wrote:
> 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

If you use the blame function of svn, you see Ralph changed this line in 
update 22,581. The message was:

> Solution applied in setRule() as opposed to fix in previous commit in
> removeAllow() / removeDeny()

Which should solve issue 9643. Browse 
http://framework.zend.com/issues/browse/ZF-9643 to know more about this bug.

Perhaps you can find out what this fix was about and why your bug was 
introduced. A new issue with a new proposal to solve both bugs can be opened 
then :)

Regards, Jurian
-- 
Jurian Sluiman
Soflomo - http://soflomo.com

Reply via email to