X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FThemeDetails.php;h=cc5b75154640bc266ca6996f5f9050faedabda1c;hb=00aa905c155725d91d7b614abdcfcd070250bf7d;hp=9a2e913bcad00e7cd58144b226eb65ddbcc95f89;hpb=36ba7fa79c7c2d4304f3423d84215771e3bb6a9f;p=friendica.git diff --git a/src/Module/ThemeDetails.php b/src/Module/ThemeDetails.php index 9a2e913bca..cc5b751546 100644 --- a/src/Module/ThemeDetails.php +++ b/src/Module/ThemeDetails.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -10,7 +29,7 @@ use Friendica\Core\Theme; */ class ThemeDetails extends BaseModule { - public static function rawContent() + protected function rawContent(array $request = []) { if (!empty($_REQUEST['theme'])) { $theme = $_REQUEST['theme'];