From c7df16178b69b9d8c2b5832c4eeb24b3392e45ac Mon Sep 17 00:00:00 2001 From: Thomas Kolmans Date: Sat, 9 Oct 2021 23:58:16 +0200 Subject: [PATCH] Update Template.php --- lib/template/Template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template/Template.php b/lib/template/Template.php index 5667309..7f47a62 100644 --- a/lib/template/Template.php +++ b/lib/template/Template.php @@ -72,11 +72,11 @@ public function saveContent($content){ return $this; } - public static function getAllowedExtensionsForTags(){ + public function getAllowedExtensionsForTags(){ return Cleverload::getConfig("extensions_template_tags"); } - public static function getAllowedExtensionsForPlugins(){ + public function getAllowedExtensionsForPlugins(){ return Cleverload::getConfig("extension_template_plugin"); }