mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-29 00:13:16 +00:00
Fix notice "Only variables should be passed by reference"
This commit is contained in:
parent
a078b08797
commit
589712f192
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
use Friendica\Core\Logger;
|
use Friendica\Core\Logger;
|
||||||
use Friendica\DI;
|
use Friendica\DI;
|
||||||
|
|
||||||
function pumpio_sync_run(&$argv, &$argc) {
|
function pumpio_sync_run($argv, $argc) {
|
||||||
$a = Friendica\DI::app();
|
$a = Friendica\DI::app();
|
||||||
|
|
||||||
require_once("addon/pumpio/pumpio.php");
|
require_once("addon/pumpio/pumpio.php");
|
||||||
|
|
Loading…
Reference in a new issue