mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
some adjustements to the installer
git-svn-id: file:///svn/phpbb/trunk@9284 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user