1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/16895] Fix role removal for migrator permission tool

PHPBB3-16895
This commit is contained in:
rxu
2021-10-19 23:24:43 +07:00
parent 3547f0bf0e
commit ca24013470
2 changed files with 61 additions and 12 deletions

View File

@@ -78,4 +78,5 @@ $lang = array_merge($lang, array(
'PERMISSION_NOT_EXIST' => 'The permission setting "%s" unexpectedly does not exist.',
'ROLE_NOT_EXIST' => 'The permission role "%s" unexpectedly does not exist.',
'ROLE_NOT_EXIST_ASSIGNED' => 'The permission role assigned to group "%1$s" unexpectedly does not exist. Role id: "%2$s"',
));