🚑️ - Fix issue cause by exit statement in TemplateLoader
This commit is contained in:
@@ -23,7 +23,6 @@ class TemplateLoader {
|
||||
foreach ($templates_path as $path) {
|
||||
if (file_exists($path)) {
|
||||
load_template($path);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user