// small fix

This commit is contained in:
Rémi Gaillard
2013-03-04 10:40:36 +01:00
parent 39e4c7e03c
commit 48a0f44239
+1 -6
View File
@@ -51,12 +51,7 @@ class PrestaShopExceptionCore extends Exception
</style>';
echo '<div id="psException">';
echo '<h2>['.get_class($this).']</h2>';
printf(
'<p><b>%s</b><br /><i>at line </i><b>%d</b><i> in file </i><b>%s</b></p>',
Tools::safeOutput($this->getMessage()),
$this->getLine(),
ltrim(str_replace(array(_PS_ROOT_DIR_, '\\'), array('', '/'), $this->getFile()), '/')
);
echo $this->getExentedMessage();
$this->displayFileDebug($this->getFile(), $this->getLine());