ZF-10252: Error controller created by command line tool generates notices
Description
Should the code generated by the command line tool be E_STRICT compliant? When directly accessing the error action of the error controller (e.g. at example.com/error/error) it generates notices.
Notice: Trying to get property of non-object in C:\example.com\application\controllers\ErrorController.php on line 10
Notice: Trying to get property of non-object in C:\example.com\application\controllers\ErrorController.php on line 33
Notice: Trying to get property of non-object in C:\example.com\application\controllers\ErrorController.php on line 36
Comments
Posted by Ralph Schindler (ralph) on 2010-08-21T08:31:44.000+0000
Fixed in r22872 in trunk, r22873 in release branch 1.10