Skip to content
Snippets Groups Projects
Commit 2ecaa6a5 authored by Carsten  Rose's avatar Carsten Rose
Browse files

AbstractException.php: Show content of Store SIP.

parent 80f7d843
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,6 @@ class AbstractException extends \Exception { ...@@ -21,8 +21,6 @@ class AbstractException extends \Exception {
protected $file = ''; protected $file = '';
protected $line = ''; protected $line = '';
/** /**
* @return string * @return string
*/ */
...@@ -78,6 +76,8 @@ class AbstractException extends \Exception { ...@@ -78,6 +76,8 @@ class AbstractException extends \Exception {
if ($store !== null && $store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes') { if ($store !== null && $store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes') {
$this->messageArray['current sip'] = $store->getStore(STORE_SIP);
// Layout // Layout
$debug = '<tr bgcolor="#dddddd"><td colspan="2">Exception</td></tr>'; $debug = '<tr bgcolor="#dddddd"><td colspan="2">Exception</td></tr>';
foreach ($this->messageArray as $key => $value) { foreach ($this->messageArray as $key => $value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment