From 628afdad6adc7cd7f70b4a5ae68fd77cc1cd8293 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 22 Jul 2005 08:58:39 +0000 Subject: [PATCH] Backport --- 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