]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Magic.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / Magic.php
index b04ea80c04bdd73f84ae90a4b515fa7f02c05dd5..0f610d123c3c0b7a1a2dc9795f9f2c96ddc3b2f4 100644 (file)
@@ -20,7 +20,7 @@ use Friendica\Util\Strings;
  */
 class Magic extends BaseModule
 {
-       public static function init()
+       public static function init(array $parameters = [])
        {
                $a = self::getApp();
                $ret = ['success' => false, 'url' => '', 'message' => ''];