Errors/Logging

* log addNotes to DB as php user-errors
  * always skip the native php error handler
This commit is contained in:
Sarjuuk
2015-07-18 16:45:11 +02:00
parent 58a235e2e3
commit 998763be7b
11 changed files with 44 additions and 45 deletions

View File

@@ -323,6 +323,8 @@ class GenericPage
// display occured notices
if ($_ = Util::getNotes())
{
array_unshift($_, 'One or more errors occured, while generating this page.');
$this->announcements[0] = array(
'parent' => 'announcement-0',
'id' => 0,