I've been looking at this over the past day and I am attempting to find a solution. As you can see it was a fix for a previous issue:

http://framework.zend.com/issues/browse/ZF-9643

Fixing the previous issue did not break any existing unit tests.

I will get to the bottom of it and figure out a solution that works for everyone.

-ralph




On 11/11/10 12:32 AM, Valentin wrote:
Hi,
I'm impressed, is exactly the problem reported at bug
http://framework.zend.com/issues/browse/ZF-10649

Thanxx

2010/11/10 Emmanuel Bouton<got...@gmail.com>

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<valen...@valclip.com>

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