]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Standards
[friendica.git] / src / Module / ThemeDetails.php
index 5b931e117244a0e1696e240956fa1a2cf48739ba..82d2ff18601486a16fe2e7c7982827f5b2985953 100644 (file)
@@ -29,7 +29,7 @@ use Friendica\Core\Theme;
  */
 class ThemeDetails extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                if (!empty($_REQUEST['theme'])) {
                        $theme = $_REQUEST['theme'];