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