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