mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
pass $argv & $argc as reference to *_run() functions.
This commit is contained in:
parent
aa20042bec
commit
385ee5a862
8 changed files with 8 additions and 8 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue