]> git.mjollnir.org Git - s9y.git/commitdiff
Wrong PEAR path.
authorgarvinhicking <garvinhicking>
Fri, 19 Aug 2005 09:34:20 +0000 (09:34 +0000)
committergarvinhicking <garvinhicking>
Fri, 19 Aug 2005 09:34:20 +0000 (09:34 +0000)
bundled-libs/Cache/BUNDLE_NOTICE
bundled-libs/Cache/Lite.php

index 2fab53a75656882ef12877c6611d6281f393b1d1..d33d37bc286831c4c5f58d9ce97f435e2dd3cf03 100644 (file)
@@ -1,7 +1,7 @@
 - Replace: 
 Lite.php:
 include_once('PEAR.php');
-include_once dirname(__FILE__) . '/../../PEAR.php';
+include_once dirname(__FILE__) . '/../PEAR.php';
 
 Output.php, Function.php:
 require_once('Cache/Lite.php');
index b8d47f4e8375662168a42ea5793b0a9c80078f40..fbe93bf5c8311dddbbfcf40762830886762897f6 100644 (file)
@@ -494,7 +494,7 @@ class Cache_Lite
     */
     function raiseError($msg, $code)
     {
-        include_once(dirname(__FILE__) . '/../../PEAR.php');
+        include_once(dirname(__FILE__) . '/../PEAR.php');
         PEAR::raiseError($msg, $code, $this->_pearErrorMode);
     }