mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
This commit is contained in:
@@ -247,7 +247,10 @@ define('BANLIST_TABLE', $table_prefix . 'banlist');
|
|||||||
define('BBCODES_TABLE', $table_prefix . 'bbcodes');
|
define('BBCODES_TABLE', $table_prefix . 'bbcodes');
|
||||||
define('BOOKMARKS_TABLE', $table_prefix . 'bookmarks');
|
define('BOOKMARKS_TABLE', $table_prefix . 'bookmarks');
|
||||||
define('BOTS_TABLE', $table_prefix . 'bots');
|
define('BOTS_TABLE', $table_prefix . 'bots');
|
||||||
@define('CONFIG_TABLE', $table_prefix . 'config');
|
if (!defined('CONFIG_TABLE'))
|
||||||
|
{
|
||||||
|
define('CONFIG_TABLE', $table_prefix . 'config');
|
||||||
|
}
|
||||||
define('CONFIG_TEXT_TABLE', $table_prefix . 'config_text');
|
define('CONFIG_TEXT_TABLE', $table_prefix . 'config_text');
|
||||||
define('CONFIRM_TABLE', $table_prefix . 'confirm');
|
define('CONFIRM_TABLE', $table_prefix . 'confirm');
|
||||||
define('DISALLOW_TABLE', $table_prefix . 'disallow');
|
define('DISALLOW_TABLE', $table_prefix . 'disallow');
|
||||||
|
Reference in New Issue
Block a user