diff options
Diffstat (limited to 'phpBB/modules/acp/acp_database.php')
| -rw-r--r-- | phpBB/modules/acp/acp_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_database.php b/phpBB/modules/acp/acp_database.php index 837e7280e2..14e38bc697 100644 --- a/phpBB/modules/acp/acp_database.php +++ b/phpBB/modules/acp/acp_database.php @@ -25,7 +25,7 @@ class acp_database function main($id, $mode) { - global $db, $user, $auth, $template, $table_prefix, $config; + global $db, $user, $auth, $template, $table_prefix; $user->add_lang('acp/database'); |
