]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Oembed.php
Possibly Avoid database error when storing photo item
[friendica.git] / src / Module / Oembed.php
index 1b38c0e9730fd35054ee62486e6aa51d9df6b29b..f433ca188a6c20f04ad9e77fa7d50f2b4aba5054 100644 (file)
@@ -37,7 +37,7 @@ use Friendica\Util\Strings;
  */
 class Oembed extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                // Unused form: /oembed/b2h?url=...
                if (DI::args()->getArgv()[1] == 'b2h') {