mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Removed "&"
This commit is contained in:
parent
e6148f4c1c
commit
d24e3a6a92
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
require_once("boot.php");
|
||||
require_once("include/threads.php");
|
||||
|
||||
function create_shadowentry_run(&$argv, &$argc) {
|
||||
function create_shadowentry_run($argv, $argc) {
|
||||
global $a, $db;
|
||||
|
||||
if (is_null($a))
|
||||
|
|
Loading…
Reference in a new issue