From 48a0f442394c0d6a38001039b409fe3edec53e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Mon, 4 Mar 2013 10:40:36 +0100 Subject: [PATCH] // small fix --- classes/exception/PrestaShopException.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/classes/exception/PrestaShopException.php b/classes/exception/PrestaShopException.php index edb45a414..1476cd612 100644 --- a/classes/exception/PrestaShopException.php +++ b/classes/exception/PrestaShopException.php @@ -51,12 +51,7 @@ class PrestaShopExceptionCore extends Exception '; echo '
'; echo '

['.get_class($this).']

'; - printf( - '

%s
at line %d in file %s

', - 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());