Browse Source

add require_once to class file locator

prolic 12 years ago
parent
commit
82b9e025d1
1 changed files with 2 additions and 0 deletions
  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
  * @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
  * Locate files containing PHP classes, interfaces, or abstracts
  * 
  *