From 9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 21 Jan 2009 17:03:00 +0000 Subject: some adjustements to the installer git-svn-id: file:///svn/phpbb/trunk@9284 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/core/core.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/includes/core/core.php') 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 */ -- cgit v1.2.1