From: Michael Vogel Date: Sun, 28 Jun 2020 06:21:59 +0000 (+0200) Subject: Fix notice "Only variables should be passed by reference" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=589712f192d329e987ed5cec9c261c23b33cc693;p=friendica-addons.git Fix notice "Only variables should be passed by reference" --- diff --git a/pumpio/pumpio_sync.php b/pumpio/pumpio_sync.php index 1bdbbb9d..3e712d10 100644 --- a/pumpio/pumpio_sync.php +++ b/pumpio/pumpio_sync.php @@ -2,7 +2,7 @@ use Friendica\Core\Logger; use Friendica\DI; -function pumpio_sync_run(&$argv, &$argc) { +function pumpio_sync_run($argv, $argc) { $a = Friendica\DI::app(); require_once("addon/pumpio/pumpio.php");