From: Michael M Slusarz Date: Tue, 9 Jun 2009 21:17:57 +0000 (-0600) Subject: Fix comment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bac5860fbd89ad3243b11f2bf42357e9ef3ab025;p=horde.git Fix comment. --- 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(), '/');