Avoid undefined variable.
authorJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 15:01:10 +0000 (17:01 +0200)
committerJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 21:57:53 +0000 (23:57 +0200)
horde/po/translation.php

index 933f594..0be7b21 100755 (executable)
@@ -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]) {