]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/PublicRSAKey.php
Possibly Avoid database error when storing photo item
[friendica.git] / src / Module / PublicRSAKey.php
index d159255eee22d2b009704d3a1af540c61ddda2ce..f0e9dc285b39a483b30bc2fa708added0dfa57ca 100644 (file)
@@ -33,7 +33,7 @@ use Friendica\Util\Strings;
  */
 class PublicRSAKey extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                if (empty($this->parameters['nick'])) {
                        throw new BadRequestException();