aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index afc816845d..1d4c71767b 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2503,7 +2503,7 @@ function change_database_data(&$no_updates, $version)
'cat' => 'UCP_PROFILE',
),
// To add a category, the mode and basename must be empty
- // The mode is taken from the this array key
+ // The mode is taken from the array key
'' => array(
'base' => '',
'class' => 'acp',