]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / ThemeDetails.php
index e7563a59250d402d7ff0a055096ed453f435a89e..5b931e117244a0e1696e240956fa1a2cf48739ba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, 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(array $parameters = [])
+       public function rawContent()
        {
                if (!empty($_REQUEST['theme'])) {
                        $theme = $_REQUEST['theme'];