From bd1c5ed4ab2fcc8ff35a54ba428e274c20fb3516 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 29 Jan 2010 10:42:24 -0700 Subject: [PATCH] Correct included file --- horde/po/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/po/translation.php b/horde/po/translation.php index cdf1faecb..6a61981ae 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -1399,7 +1399,7 @@ if (empty($language)) { $language = getenv('LANGUAGE'); } -require_once dirname(__FILE__) . '/../lib/core.php'; +require_once dirname(__FILE__) . '/../lib/Application.php'; $c = new Horde_Cli(); if (!$c->runningFromCLI()) { -- 2.11.0