X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=34852a63c3a41243029089fd93a74ef5053df872;hb=003e87b112d3955cbfe758807a29eabf6b94974c;hp=469ae1003085257e222abff719e8779f89d14781;hpb=d9f28b9b1cf05524f2d2d1f3b8754ea408cd5673;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index 469ae10030..34852a63c3 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -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(); }