]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/actions/allmap.php
Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / Mapstraction / actions / allmap.php
index 77e722e3efdd24c7d6c8ed452dd9555dcb4fbcb9..6fd2215ad9367349ecc4016ba31b7e6da66e45db 100644 (file)
@@ -42,7 +42,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
  */
 class AllmapAction extends MapAction
 {
-    function prepare($args)
+    function prepare(array $args = array())
     {
         if (parent::prepare($args)) {
             $stream = new InboxNoticeStream($this->user->getProfile(), $this->scoped);