tweeper: avoid a reference to $argv in non-cli mode
[tweeper.git] / tweeper.php
index f07382b..a9fce9b 100644 (file)
@@ -354,7 +354,7 @@ if (is_cli()) {
 }
 
 if (!isset($options['src_url'])) {
-  fwrite($ERROR_STREAM, usage($argv));
+  fwrite($ERROR_STREAM, usage(is_cli() ? $argv : NULL));
   exit(1);
 }