From 4a6cc301e37c948c4b29f3c93042bb999bf9a662 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 21 Dec 2005 22:19:28 +0000 Subject: [PATCH] Reverting the changes back to r289 from r315 --- template_fs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template_fs.php b/template_fs.php index a2f408a..773b346 100644 --- a/template_fs.php +++ b/template_fs.php @@ -125,13 +125,13 @@ class Template_FS extends Template } else { - trigger_error("Could not load the template '$name.{$this->extension}'", E_USER_ERROR); + trigger_error("Could not load the template '$path'", E_USER_ERROR); exit; } } else { - trigger_error("Could not load the template '$name.{$this->extension}'", E_USER_ERROR); + trigger_error("Could not load the template '$path'", E_USER_ERROR); exit; } } -- 2.22.5