diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/SemanticScuttle/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SemanticScuttle/functions.php b/src/SemanticScuttle/functions.php index 08d5f33..663ed25 100644 --- a/src/SemanticScuttle/functions.php +++ b/src/SemanticScuttle/functions.php @@ -160,6 +160,8 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '', if ($err_line != '' && $err_file != '') $debug_text .= '</br /><br />'. T_('Line') .' : '. $err_line .'<br />'. T_('File') .' :'. $err_file; + + debug_print_backtrace(); } switch($msg_code) { |