Corrected class name
This commit is contained in:
parent
02e4cf2a02
commit
3616ff886e
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ use Friendica\Protocol\PortableContact;
|
||||||
|
|
||||||
require_once 'include/datetime.php';
|
require_once 'include/datetime.php';
|
||||||
|
|
||||||
class DiscoverPoco {
|
class DiscoverPoCo {
|
||||||
/// @todo Clean up this mess of a parameter hell and split it in several classes
|
/// @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:
|
This function can be called in these ways:
|
||||||
|
|
Loading…
Reference in a new issue