From 58c1c085232d79059634f37c9902306fb74347bd Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 10 Mar 2018 02:45:19 +0300 Subject: [PATCH] Pages class fixes --- rawilum/Pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawilum/Pages.php b/rawilum/Pages.php index 1a4bb94d..1032058c 100755 --- a/rawilum/Pages.php +++ b/rawilum/Pages.php @@ -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."); } }