From: Jan Schneider Date: Tue, 17 Aug 2010 15:05:51 +0000 (+0200) Subject: Fix compendium path. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb78c559a53fc513a60c18266234fa4eb406936a;p=horde.git Fix compendium path. --- diff --git a/horde/po/translation.php b/horde/po/translation.php index 0cb4a3229..3f1f57bf9 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -439,7 +439,7 @@ function merge() { global $cmd_options, $apps, $dirs, $debug, $test, $c; - $compendium = ' --compendium="' . BASE . DS . 'po' . DS . 'compendium.po"'; + $compendium = ' --compendium="' . HORDE_BASE . DS . 'po' . DS . 'compendium.po"'; foreach ($cmd_options[0] as $option) { switch ($option[0]) { case 'h': @@ -551,7 +551,7 @@ function compendium() { global $cmd_options, $dirs, $debug, $test, $c, $silence; - $dir = BASE . DS . 'po' . DS; + $dir = HORDE_BASE . DS . 'po' . DS; $add = ''; foreach ($cmd_options[0] as $option) { switch ($option[0]) { @@ -679,7 +679,7 @@ function make() { global $cmd_options, $apps, $dirs, $debug, $test, $c, $silence, $redir_err; - $compendium = BASE . DS . 'po' . DS . 'compendium.po'; + $compendium = HORDE_BASE . DS . 'po' . DS . 'compendium.po'; $save_stats = false; foreach ($cmd_options[0] as $option) { switch ($option[0]) {