]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/ItemBody.php
Merge pull request #7828 from nupplaphil/task/move_enotify
[friendica.git] / src / Module / Debug / ItemBody.php
index fead2553585bf6162665c64ba0f82a2ecc8f7d76..f166fb0a2782a9f62b51a9e6ad15a33313f12452 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Network\HTTPException;
  */
 class ItemBody extends BaseModule
 {
-       public static function content()
+       public static function content(array $parameters = [])
        {
                if (!local_user()) {
                        throw new HTTPException\UnauthorizedException(L10n::t('Access denied.'));