From bac5860fbd89ad3243b11f2bf42357e9ef3ab025 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 9 Jun 2009 15:17:57 -0600 Subject: [PATCH] Fix comment. --- imp/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/cache.php b/imp/cache.php index 4f662a6da..eb8ad9575 100644 --- a/imp/cache.php +++ b/imp/cache.php @@ -19,7 +19,7 @@ * DEFAULT: 525600 = 1 year */ $expire_time = 525600; -/* Load IMP.php to access IMP::getPathInfo(). */ +// Need to load Util:: to give us access to Util::getPathInfo(). require_once dirname(__FILE__) . '/lib/base.load.php'; require_once HORDE_BASE . '/lib/core.php'; $path_info = trim(Util::getPathInfo(), '/'); -- 2.11.0