Fix notice "Only variables should be passed by reference" #993

Merged
annando merged 1 commit from pump-notice into 2020.06-rc 2020-06-28 11:09:47 +02:00
Showing only changes of commit 589712f192 - Show all commits

Fix notice "Only variables should be passed by reference"

Michael Vogel 2020-06-28 08:21:59 +02:00

View file

@ -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");