diff options
| author | rxu <rxu@mail.ru> | 2017-05-26 20:27:30 +0700 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2017-06-18 23:14:09 +0700 |
| commit | fd822ade20a1407af6a464ffec71c4da0d330a3c (patch) | |
| tree | f8add206c34fbbe30289c04f5e0754a04da1a5fc /phpBB/language/en/cli.php | |
| parent | 1c4f49249ffe8457914372b08b15056ad5d38085 (diff) | |
| download | forums-fd822ade20a1407af6a464ffec71c4da0d330a3c.tar forums-fd822ade20a1407af6a464ffec71c4da0d330a3c.tar.gz forums-fd822ade20a1407af6a464ffec71c4da0d330a3c.tar.bz2 forums-fd822ade20a1407af6a464ffec71c4da0d330a3c.tar.xz forums-fd822ade20a1407af6a464ffec71c4da0d330a3c.zip | |
[ticket/15238] Add console command to fix forums/modules left/right IDs
PHPBB3-15238
Diffstat (limited to 'phpBB/language/en/cli.php')
| -rw-r--r-- | phpBB/language/en/cli.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index 27e72d5ccd..4e27be48cc 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -55,6 +55,7 @@ $lang = array_merge($lang, array( 'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.', 'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.', 'CLI_DESCRIPTION_FIND_MIGRATIONS' => 'Finds migrations that are not depended upon.', + 'CLI_DESCRIPTION_FIX_LEFT_RIGHT_IDS' => 'Repairs the tree structure of the forums and modules.', 'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s value', 'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s integer value', 'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.', @@ -78,6 +79,7 @@ $lang = array_merge($lang, array( 'CLI_EXTENSIONS_DISABLED' => 'Disabled', 'CLI_EXTENSIONS_ENABLED' => 'Enabled', + 'CLI_FIXUP_FIX_LEFT_RIGHT_IDS_SUCCESS' => 'Successfully repaired the tree structure of the forums and modules.', 'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.', 'CLI_FIXUP_UPDATE_HASH_BCRYPT_SUCCESS' => 'Successfully updated outdated password hashes to bcrypt.' )); |
