X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fshadowupdate.php;h=756f220ec823d67a4265738b2b624fb6baec6d34;hb=737e40b4d9cb363eee831074b9c560bdbbdeba79;hp=f1888f92e5da4dc68942aefc34fca0d56406e32a;hpb=20043914e6111ba53df85e1efd3389c99d37302f;p=friendica.git diff --git a/include/shadowupdate.php b/include/shadowupdate.php index f1888f92e5..756f220ec8 100644 --- a/include/shadowupdate.php +++ b/include/shadowupdate.php @@ -10,7 +10,7 @@ function shadowupdate_run(&$argv, &$argc){ global $a, $db; if (is_null($a)) { - $a = new App; + $a = new App(dirname(__DIR__)); } if (is_null($db)) {