Revision 1893
Added by Dietmar over 11 years ago
- little issue on handing the cache in TranslationTable
- fix missing block or block0 issue in /admin/pages/section.php
globalExceptionHandler.php | ||
---|---|---|
36 | 36 |
$result .= print_r($trace, true)."\n"; |
37 | 37 |
$result .= '</pre>'."\n"; |
38 | 38 |
}else { |
39 |
$result = 'Exception: "'.$this->getMessage().'" in ['.$file.']<br />'."\n";
|
|
39 |
$result = 'Exception: "'.$this->getMessage().'" >> Exception detected in: ['.$file.']<br />'."\n";
|
|
40 | 40 |
} |
41 | 41 |
return $result; |
42 | 42 |
} |
Also available in: Unified diff