Corrected class name

This commit is contained in:
Michael 2017-11-19 00:14:20 +00:00
parent 02e4cf2a02
commit 3616ff886e
1 changed files with 2 additions and 2 deletions

View File

@ -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: