mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00: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
|
@ -2,7 +2,7 @@
|
|||
require_once("boot.php");
|
||||
require_once('include/queue_fn.php');
|
||||
|
||||
function queue_run($argv, $argc){
|
||||
function queue_run(&$argv, &$argc){
|
||||
global $a, $db;
|
||||
|
||||
if(is_null($a)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue