X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdsprphotoq.php;h=7e252cd8433d8a609de29c70f3ccca514e3e8ee2;hb=26eceaacbe883b7ece20c0cfb5c724c8ba1a7d99;hp=06e733d79c70126bc73dfae2ee61372218bc71c8;hpb=449b44fe4c9049f7bf93e0b2e688a1f7de404c97;p=friendica.git diff --git a/include/dsprphotoq.php b/include/dsprphotoq.php index 06e733d79c..7e252cd843 100644 --- a/include/dsprphotoq.php +++ b/include/dsprphotoq.php @@ -8,7 +8,7 @@ function dsprphotoq_run($argv, $argc){ if(is_null($a)){ $a = new App; } - + if(is_null($db)){ @include(".htconfig.php"); require_once("include/dba.php"); @@ -45,6 +45,6 @@ function dsprphotoq_run($argv, $argc){ if (array_search(__file__,get_included_files())===0){ - dsprphotoq_run($argv,$argc); + dsprphotoq_run($_SERVER["argv"],$_SERVER["argc"]); killme(); }