ZF-11478: Textile.php contains faulty reference (uppercase typo)
Description
Line 291 of Textile.php contains a reference to Zend_Markup_token instead of Zend_Markup_Token, which can cause an error.
E.g. when tweaking performance of class loading (in this case: using autoloading with registering Zend_ as namespace, commenting any require_once lines in the Zend Framework library).
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-07-24T14:37:54.000+0000
Fix r24266