1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Pages class fixes

This commit is contained in:
Awilum
2018-03-10 02:45:19 +03:00
parent c8235f92a0
commit 58c1c08523

View File

@@ -80,7 +80,7 @@ class Pages
if ($this->rawilum['filesystem']->exists($template_path)) {
include $template_path;
} else {
throw new RuntimeException("Rawilum site config file does not exist.");
throw new RuntimeException("Template does not exist.");
}
}