git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@548 a333f486-631f-4898-b8df-5754b55c2be0
@@ -69,7 +69,7 @@ class DisplayTemplate
}
catch(Exception $e)
{
- $oPage->p('Error in template (please contact your administrator)<!--'.$sOuterTag.'-->');
+ $oPage->p('Error in template (please contact your administrator)<!--'.$e->getMessage().'--><!--'.$sOuterTag.'-->');
self::$iBlockCount++;