@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $template = new Template($path); |
| 22 | 22 | $template->registerFilter(new SiteFilter()); |
| 23 | 23 | |
| 24 | - if(isset($this->custom_filters)){ |
|
| 24 | + if(isset($this->custom_filters)) { |
|
| 25 | 25 | foreach($this->custom_filters as $filter){ |
| 26 | 26 | $template->registerFilter(new $filter()); |
| 27 | 27 | } |