diff options
Diffstat (limited to 'phpBB/includes/core')
| -rw-r--r-- | phpBB/includes/core/core.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/includes/core/core.php b/phpBB/includes/core/core.php index 09b6365da2..36fef1fccc 100644 --- a/phpBB/includes/core/core.php +++ b/phpBB/includes/core/core.php @@ -100,6 +100,16 @@ abstract class phpbb 'installed' => false, ); + /** + * @var array Last notice occurred in message handler + */ + public static $last_notice = array( + 'file' => '', + 'line' => 0, + 'message' => '', + 'errno' => E_NOTICE, + ); + /**#@+ * Permission constant */ |
