Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Loader
-
Labels:None
Description
in the autoload method the return statement look like
return include $path . '/' . str_replace('_', '/', $final) . '.php';
this results in a double // the . '/' after path is not required or maybe should be checked because its results in a path require like this
application/modules/i18n/models//Example.php
Attachments
Issue Links
| This issue is duplicated by: | ||||
| ZF-8109 | Zend_Loader_Autoloader_Resource::autoload |
|
|
|
Set component and auto reassign