]> git.mxchange.org Git - friendica.git/blobdiff - include/cronhooks.php
update smarty templates
[friendica.git] / include / cronhooks.php
index 37541f013e97abbd9b912459f2b2d461abf8946f..27cf642b22776d238fff3447a061321c6799993d 100644 (file)
@@ -3,7 +3,7 @@
 require_once("boot.php");
 
 
-function cronhooks_run($argv, $argc){
+function cronhooks_run(&$argv, &$argc){
        global $a, $db;
 
        if(is_null($a)) {