From: Michael Date: Sat, 12 Nov 2016 17:20:26 +0000 (+0000) Subject: Removed "&" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d24e3a6a92af5ddb2b2f11140d3fc4baeb683c6f;p=friendica.git Removed "&" --- diff --git a/include/create_shadowentry.php b/include/create_shadowentry.php index 4027024f99..f06a0dd1bf 100644 --- a/include/create_shadowentry.php +++ b/include/create_shadowentry.php @@ -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))