Fix notice "Only variables should be passed by reference"

This commit is contained in:
Michael Vogel 2020-06-28 08:21:59 +02:00
parent a078b08797
commit 589712f192
1 changed files with 1 additions and 1 deletions

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