]> git.mxchange.org Git - friendica.git/blobdiff - include/onepoll.php
pass $argv & $argc as reference to *_run() functions.
[friendica.git] / include / onepoll.php
index 17588d183f16e863fb9c213729e9b5145b27a798..b7199deb616090d6fc36fdbfb49fd88409325df0 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once("boot.php");
 
-function onepoll_run($argv, $argc){
+function onepoll_run(&$argv, &$argc){
        global $a, $db;
 
        if(is_null($a)) {