From: garvinhicking Date: Fri, 22 Jul 2005 08:57:42 +0000 (+0000) Subject: Forgot one more commit X-Git-Tag: 0.9~298 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe11ae8924f247e8c9b4b6f4e9851d8175c15b06;p=s9y.git Forgot one more commit --- diff --git a/bundled-libs/Cache/Lite/Output.php b/bundled-libs/Cache/Lite/Output.php index 1446641..97c0adc 100644 --- a/bundled-libs/Cache/Lite/Output.php +++ b/bundled-libs/Cache/Lite/Output.php @@ -11,7 +11,7 @@ * @author Fabien MARTY */ -require_once('Cache/Lite.php'); +require_once(dirname(__FILE__) . '/../Lite.php'); class Cache_Lite_Output extends Cache_Lite {