]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Merge pull request #11307 from annando/api-reply-fix
[friendica.git] / src / Module / ThemeDetails.php
index 0f45af13c52c1bee4d99404046166afbf99a34a6..cc5b75154640bc266ca6996f5f9050faedabda1c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -29,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'];