From a7bf71118242a3c6d4511477fc46bcb428efe77e Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Sun, 4 Jul 2010 16:55:09 +0000 Subject: [PATCH] Added the error message when a menu could not be computed (error in template) SVN:trunk[548] --- application/template.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/template.class.inc.php b/application/template.class.inc.php index d31df3c75..7f0113436 100644 --- a/application/template.class.inc.php +++ b/application/template.class.inc.php @@ -69,7 +69,7 @@ class DisplayTemplate } catch(Exception $e) { - $oPage->p('Error in template (please contact your administrator)'); + $oPage->p('Error in template (please contact your administrator)'); } self::$iBlockCount++;