]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Theme.php
Use centralized function to fetch query results
[friendica.git] / src / Module / Theme.php
index 6c164b5ba5e26f11fdd20e4fba40fe162dc5e327..66c9d06f076bad857b4a3279bb16e708cd961478 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
  *
@@ -30,7 +30,7 @@ use Friendica\Util\Strings;
  */
 class Theme extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                header('Content-Type: text/css');