Added parameter to rawContent
This commit is contained in:
@@ -10,7 +10,7 @@ use Friendica\Util\Strings;
|
||||
*/
|
||||
class Theme extends BaseModule
|
||||
{
|
||||
public static function rawContent()
|
||||
public static function rawContent($parameters)
|
||||
{
|
||||
header("Content-Type: text/css");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user