X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbupdate.php;h=28f1de340b91ca5fb0b8c62d9ab56ca0af87ec49;hb=84b733e1bf25bdd1074483f19113add7800a6c38;hp=3fcd6b7f05d6091ab5cc64bcd38c8a6a1b6795af;hpb=38a45d325fbd9e71f9c274bd1bee70a3bc6a2eea;p=friendica.git diff --git a/include/dbupdate.php b/include/dbupdate.php index 3fcd6b7f05..28f1de340b 100644 --- a/include/dbupdate.php +++ b/include/dbupdate.php @@ -23,6 +23,6 @@ function dbupdate_run(&$argv, &$argc) { } if (array_search(__file__,get_included_files())===0){ - dbupdate_run($argv,$argc); + dbupdate_run($_SERVER["argv"],$_SERVER["argc"]); killme(); }