diff --git a/extension/qfq/qfq/exceptions/AbstractException.php b/extension/qfq/qfq/exceptions/AbstractException.php
index 29ebe7f1bfc6f7fe00bf8b90b5bea2f44be5d39b..ec01ae56b9a99b74e48f5671e058102c2d3138e7 100644
--- a/extension/qfq/qfq/exceptions/AbstractException.php
+++ b/extension/qfq/qfq/exceptions/AbstractException.php
@@ -21,8 +21,6 @@ class AbstractException extends \Exception {
     protected $file = '';
     protected $line = '';
 
-
-
     /**
      * @return string
      */
@@ -78,6 +76,8 @@ class AbstractException extends \Exception {
 
         if ($store !== null && $store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes') {
 
+            $this->messageArray['current sip'] = $store->getStore(STORE_SIP);
+
             // Layout
             $debug = '<tr bgcolor="#dddddd"><td colspan="2">Exception</td></tr>';
             foreach ($this->messageArray as $key => $value) {