]> git.mxchange.org Git - friendica.git/blobdiff - include/dsprphotoq.php
Merge pull request #1703 from rabuzarus/readable_bytes
[friendica.git] / include / dsprphotoq.php
index 06e733d79c70126bc73dfae2ee61372218bc71c8..7e252cd8433d8a609de29c70f3ccca514e3e8ee2 100644 (file)
@@ -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();
 }