Skip to content

Commit

Permalink
Update Template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskolmans authored Oct 9, 2021
1 parent 1c49321 commit c7df161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/template/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit c7df161

Please sign in to comment.