aboutsummaryrefslogtreecommitdiffstats
path: root/include/directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/directory.php')
-rw-r--r--include/directory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/directory.php b/include/directory.php
index 8792a15e1..5120474a6 100644
--- a/include/directory.php
+++ b/include/directory.php
@@ -16,7 +16,7 @@ require_once('include/queue_fn.php');
* @param array $argv
* @param array $argc
*/
-function directory_run($argv, $argc){
+function directory_run($argc,$argv){
cli_startup();
@@ -108,6 +108,6 @@ function directory_run($argv, $argc){
}
if (array_search(__file__, get_included_files()) === 0) {
- directory_run($argv, $argc);
+ directory_run($argc,$argv);
killme();
}