X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAcctlink.php;h=bcd5e19f84bfcf56642b70acdc1d8219a8759cd3;hb=5367620467f690774966c77cf5049ace9e6552a8;hp=1c2500a224e6cc6dd0e2fcffa0200650cb8c5694;hpb=b543ee8ac78168328c7a7f2d725ee01bb333e941;p=friendica.git diff --git a/src/Module/Acctlink.php b/src/Module/Acctlink.php index 1c2500a224..bcd5e19f84 100644 --- a/src/Module/Acctlink.php +++ b/src/Module/Acctlink.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -11,7 +30,7 @@ use Friendica\Core\System; */ class Acctlink extends BaseModule { - public static function content() + public static function content(array $parameters = []) { $addr = trim($_GET['addr'] ?? '');