mirror of
https://github.com/friendica/friendica
synced 2025-04-18 07:50:12 +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("boot.php");
|
||||||
require_once("include/threads.php");
|
require_once("include/threads.php");
|
||||||
|
|
||||||
function create_shadowentry_run(&$argv, &$argc) {
|
function create_shadowentry_run($argv, $argc) {
|
||||||
global $a, $db;
|
global $a, $db;
|
||||||
|
|
||||||
if (is_null($a))
|
if (is_null($a))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue