From 3616ff886ee8f0380b49fb155d14f1303a6528e4 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 19 Nov 2017 00:14:20 +0000 Subject: [PATCH] Corrected class name --- src/Worker/DiscoverPoCo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Worker/DiscoverPoCo.php b/src/Worker/DiscoverPoCo.php index b54c61a6f6..96cfae00b6 100644 --- a/src/Worker/DiscoverPoCo.php +++ b/src/Worker/DiscoverPoCo.php @@ -14,9 +14,9 @@ use Friendica\Protocol\PortableContact; require_once 'include/datetime.php'; -class DiscoverPoco { +class DiscoverPoCo { /// @todo Clean up this mess of a parameter hell and split it in several classes - public static function execute($command, $param1 = '', $param2 = '', $param3 = '', $param4 = '') + public static function execute($command = '', $param1 = '', $param2 = '', $param3 = '', $param4 = '') { /* This function can be called in these ways: