mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16279] Add permission for Emoji in topic title
PHPBB3-16279
This commit is contained in:
parent
88277e2d21
commit
fa099867a8
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class user_emoji_permission extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
['permission.add', ['u_emoji']],
|
['permission.add', ['u_emoji']],
|
||||||
|
['permission.permission_set', ['REGISTERED', 'u_emoji', 'group']],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue