ZF-7830: Typo in example source code
Description
In the last example code in section
http://framework.zend.com/manual/en/…
we read:
// Add config $outer->addConfig($config);
while it shall be
// Add config $router->addConfig($config);
In the last example code in section
http://framework.zend.com/manual/en/…
we read:
// Add config $outer->addConfig($config);
while it shall be
// Add config $router->addConfig($config);
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-09-11T17:31:13.000+0000
Solved in SVN r18083