]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / ThemeDetails.php
index 9a2e913bcad00e7cd58144b226eb65ddbcc95f89..40bfb7a87189889d1ed893cd3d114ddc637ac22b 100644 (file)
@@ -10,7 +10,7 @@ use Friendica\Core\Theme;
  */
 class ThemeDetails extends BaseModule
 {
-       public static function rawContent()
+       public static function rawContent(array $parameters = [])
        {
                if (!empty($_REQUEST['theme'])) {
                        $theme = $_REQUEST['theme'];