]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Search/Acl.php
Merge pull request #7828 from nupplaphil/task/move_enotify
[friendica.git] / src / Module / Search / Acl.php
index e886a8fdb976085b23fe54b507a4b0c5142f0b08..74ce55fb53597a66d29ba705a3ded9458d3acdd0 100644 (file)
@@ -31,7 +31,7 @@ class Acl extends BaseModule
        const TYPE_PRIVATE_MESSAGE       = 'm';
        const TYPE_ANY_CONTACT           = 'a';
 
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                if (!local_user()) {
                        throw new HTTPException\UnauthorizedException(L10n::t('You must be logged in to use this module.'));