mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Errors/Logging
* log addNotes to DB as php user-errors * always skip the native php error handler
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user