]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
pass $argv & $argc as reference to *_run() functions.
[friendica.git] / include / poller.php
index fefc9b381d4a6c18d74cdb20eff26b57aaa42a38..235603979dbf6f8b9b0630d92b18f17848f5bed5 100644 (file)
@@ -3,7 +3,7 @@
 require_once("boot.php");
 
 
-function poller_run($argv, $argc){
+function poller_run(&$argv, &$argc){
        global $a, $db;
 
        if(is_null($a)) {