From: Jan Schneider Date: Mon, 16 Aug 2010 15:01:10 +0000 (+0200) Subject: Avoid undefined variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=407c44e8928bc3ee153c6411b9af243d38fc9214;p=horde.git Avoid undefined variable. --- diff --git a/horde/po/translation.php b/horde/po/translation.php index 933f594ad..0be7b21dd 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -964,7 +964,7 @@ function commit($help_only = false) { global $cmd_options, $apps, $dirs, $debug, $test, $c; - $docs = $skip = false; + $docs = $skip = $lang = false; $git = is_dir(BASE . '/.git'); foreach ($cmd_options[0] as $option) { switch ($option[0]) {