ZF-2820: Zend_Controller_Router_Route_Regex missing protected $_map
Description
In the constructor $this->_map = (array)$map; is used, but $_map is never declared, so by default it's added as a public property to the class.
It works, but it should be declared protected because it's never accessed from the outside anyway.
Comments
Posted by Darby Felton (darby) on 2008-03-20T15:55:48.000+0000
Fixed for next minor release with SVN r8933.
Posted by Darby Felton (darby) on 2008-03-20T15:59:19.000+0000
Fixed for next mini-release with SVN r8935.