Added parameters
This commit is contained in:
@@ -12,7 +12,7 @@ use Friendica\Network\Probe;
|
||||
*/
|
||||
class WebFinger extends BaseModule
|
||||
{
|
||||
public static function content()
|
||||
public static function content($parameters)
|
||||
{
|
||||
if (!local_user()) {
|
||||
$e = new \Friendica\Network\HTTPException\ForbiddenException(L10n::t('Only logged in users are permitted to perform a probing.'));
|
||||
|
||||
Reference in New Issue
Block a user