ソースを参照

add require_once to class file locator

prolic 12 年 前
コミット
82b9e025d1
1 ファイル変更2 行追加0 行削除
  1. 2 0
      library/Zend/File/ClassFileLocator.php

+ 2 - 0
library/Zend/File/ClassFileLocator.php

@@ -18,6 +18,8 @@
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  */
 
+require_once 'Zend/File/PhpClassFile.php';
+
 /**
  * Locate files containing PHP classes, interfaces, or abstracts
  *