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:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user