From fe11ae8924f247e8c9b4b6f4e9851d8175c15b06 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 22 Jul 2005 08:57:42 +0000 Subject: [PATCH] Forgot one more commit --- bundled-libs/Cache/Lite/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5