diff --git a/public_html/lang/generate_lang_file.php b/public_html/lang/generate_lang_file.php index c0497acc..47134b2e 100755 --- a/public_html/lang/generate_lang_file.php +++ b/public_html/lang/generate_lang_file.php @@ -45,7 +45,7 @@ $format=$available_formats[0]; $translations=array(); $debug = false; $load_files = array(); -function usage($error, $exit_code=0) { +function usage($error=false, $exit_code=0) { global $argv, $available_withouts, $available_onlys; if ($error) echo "$error\n\n";