]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Merge remote-tracking branch 'upstream/develop' into issue-1218
[friendica.git] / include / dbstructure.php
index 469ae1003085257e222abff719e8779f89d14781..34852a63c3a41243029089fd93a74ef5053df872 100644 (file)
@@ -1340,6 +1340,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();
 }