ZF-5590: Erroneous require in ZendX/JQuery/View/Helper/UiWidget
Description
In ZendX/JQuery/View/Helper/UiWidget.php
this line exists: require_once "ZendX/JQuery/Json/Expr.php";
However, the Expr.php file and Json folder do not exist, throwing an error.
Comments
Posted by Wil Sinclair (wil) on 2009-01-20T16:51:15.000+0000
All yours, Ben. :)
Posted by Benjamin Eberlei (beberlei) on 2009-01-21T04:58:26.000+0000
Was fixed in 1.7.3 patch 1 release.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-01T04:54:01.000+0000
change fix version from 1.7.5 to 1.7.4 because I can not select 1.7.3 patch 1 .