ZF-12343: Unclosed rounded bracket in documentation
Description
on page: http://framework.zend.com/manual/en/… text exists:
"Zend_Controller_Front::run($path) is a static method taking simply a path to a directory containing controllers. It fetches a front controller instance (via getInstance(), registers the path provided via setControllerDirectory(), and finally dispatches."
The rounded bracket opened before the word "via" is never closed.
Comments
Posted by Frank Brückner (frosch) on 2012-07-24T07:39:23.000+0000
Patches added.
Posted by Rob Allen (rob) on 2012-11-07T20:21:36.000+0000
Applied patch to trunk (25098) and release-1.12 (25099)