diff options
| author | David King <imkingdavid@gmail.com> | 2012-12-12 19:37:39 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-12 19:37:39 -0500 |
| commit | 61adfa502684727f071f85afde08227ebc448232 (patch) | |
| tree | 90bfca293fb4e97ed25df6e267e5667f6ad7ea7c | |
| parent | 6dc89d6e31442f8d2024b8e9b7b0071f199f7952 (diff) | |
| download | forums-61adfa502684727f071f85afde08227ebc448232.tar forums-61adfa502684727f071f85afde08227ebc448232.tar.gz forums-61adfa502684727f071f85afde08227ebc448232.tar.bz2 forums-61adfa502684727f071f85afde08227ebc448232.tar.xz forums-61adfa502684727f071f85afde08227ebc448232.zip | |
[ticket/11088] Remove extraneous word from sentence in comment
PHPBB3-11088
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
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', |
