mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Added the error message when a menu could not be computed (error in template)
SVN:trunk[548]
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user