From b2d371e92988252fc3bb026a90f95e9b4997c83c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 22 Oct 2005 23:21:55 +0000 Subject: [PATCH] Changing an ERR_WARNING to E_USER_WARNING --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 0247223..b488d80 100644 --- a/template.php +++ b/template.php @@ -124,7 +124,7 @@ class Template { if (sizeof($this->cache) > 0) { - trigger_error('You cannot cache templates more than once per initialization', ERR_WARNING); + trigger_error('You cannot cache templates more than once per initialization', E_USER_WARNING); } else { -- 2.22.5