X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FPublicRSAKey.php;h=d803de754ea2c06a012125e73e236d4a87b39ab9;hb=00aa905c155725d91d7b614abdcfcd070250bf7d;hp=22269984a8d182c51bd080c50e706b7e62fa7f5d;hpb=714f0febc4918f5569eb09f8800b6739cff36347;p=friendica.git diff --git a/src/Module/PublicRSAKey.php b/src/Module/PublicRSAKey.php index 22269984a8..d803de754e 100644 --- a/src/Module/PublicRSAKey.php +++ b/src/Module/PublicRSAKey.php @@ -1,6 +1,6 @@ parameters['nick'])) { throw new BadRequestException(); } - $nick = static::$parameters['nick']; + $nick = $this->parameters['nick']; $user = User::getByNickname($nick, ['spubkey']); if (empty($user) || empty($user['spubkey'])) {