Explorar el Código

Added the error message when a menu could not be computed (error in template)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@548 a333f486-631f-4898-b8df-5754b55c2be0
romainq hace 15 años
padre
commit
b1efbeaaa7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/template.class.inc.php

+ 1 - 1
application/template.class.inc.php

@@ -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++;