]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Replaced $argv and $argc with the $_SERVER array
[friendica.git] / include / dbstructure.php
index 66e67c0a9aaf977ca68f0086360fa955d26ca60e..2a014cd0a4fa9c416ef9ef04c47355f126c3afaa 100644 (file)
@@ -1339,6 +1339,6 @@ function dbstructure_run(&$argv, &$argc) {
 }
 
 if (array_search(__file__,get_included_files())===0){
-       dbstructure_run($argv,$argc);
+       dbstructure_run($_SERVER["argv"],$_SERVER["argc"]);
        killme();
 }