|
|
@@ -110,7 +110,7 @@ class Zend_CodeGenerator_Php_File extends Zend_CodeGenerator_Php_Abstract
|
|
|
$realpath = realpath($filePath);
|
|
|
|
|
|
if ($realpath === false) {
|
|
|
- if ( ($realpath = Zend_Reflection_file::findRealpathInIncludePath($filePath)) === false) {
|
|
|
+ if ( ($realpath = Zend_Reflection_File::findRealpathInIncludePath($filePath)) === false) {
|
|
|
require_once 'Zend/CodeGenerator/Php/Exception.php';
|
|
|
throw new Zend_CodeGenerator_Php_Exception('No file for ' . $realpath . ' was found.');
|
|
|
}
|