From 407c44e8928bc3ee153c6411b9af243d38fc9214 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 16 Aug 2010 17:01:10 +0200 Subject: [PATCH] Avoid undefined variable. --- 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 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]) { -- 2.11.0