Selaa lähdekoodia

add require_once to class file locator

prolic 12 vuotta sitten
vanhempi
commit
82b9e025d1
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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
  *