From: Michael M Slusarz Date: Fri, 29 Jan 2010 17:42:24 +0000 (-0700) Subject: Correct included file X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bd1c5ed4ab2fcc8ff35a54ba428e274c20fb3516;p=horde.git Correct included file --- 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()) {