From: garvinhicking Date: Fri, 22 Jul 2005 08:58:39 +0000 (+0000) Subject: Backport X-Git-Tag: 0.8.3~25 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=628afdad6adc7cd7f70b4a5ae68fd77cc1cd8293;p=s9y.git Backport --- 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 {