Project

General

Profile

« Previous | Next » 

Revision 1893

Added by Dietmar over 11 years ago

  1. little issue on handing the cache in TranslationTable
  2. fix missing block or block0 issue in /admin/pages/section.php

View differences:

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