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 <[email protected]> > 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 > > >
