Merge pull request #993 from annando/pump-notice

Fix notice "Only variables should be passed by reference"
This commit is contained in:
Tobias Diekershoff 2020-06-28 11:09:46 +02:00 committed by GitHub
commit 8ce5ce91d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");