🚑️ - Fix issue cause by exit statement in TemplateLoader

This commit is contained in:
skycel 2025-02-25 18:46:57 +01:00
parent a1db7da476
commit 1dd6c3236d

View File

@ -23,7 +23,6 @@ class TemplateLoader {
foreach ($templates_path as $path) {
if (file_exists($path)) {
load_template($path);
exit;
}
}