diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 14:35:56 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 14:35:56 +0100 |
commit | c1b48bdd0116d5aa39545c5c3d2797e34ebc1948 (patch) | |
tree | 9bd277482c6e11939431e88b726718d5b3dfabae | |
parent | bdce7abc846a4afc5f0e7bb45e1e2597c3feb909 (diff) | |
parent | 647f976c30e1e18187831556815ad18a375e59d1 (diff) | |
download | forums-c1b48bdd0116d5aa39545c5c3d2797e34ebc1948.tar forums-c1b48bdd0116d5aa39545c5c3d2797e34ebc1948.tar.gz forums-c1b48bdd0116d5aa39545c5c3d2797e34ebc1948.tar.bz2 forums-c1b48bdd0116d5aa39545c5c3d2797e34ebc1948.tar.xz forums-c1b48bdd0116d5aa39545c5c3d2797e34ebc1948.zip |
Merge remote-tracking branch 'Elsensee/ticket/12072' into develop-olympus
* Elsensee/ticket/12072:
[ticket/12072] Fix comment about NEW MEMBERS permission
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index e1b36e64a2..b266025c86 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -668,7 +668,7 @@ INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, # Bots having bot access INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (6, 2, 0, 19, 0); -# NEW MEMBERS aren't allowed to PM +# NEW MEMBERS are not allowed to send private messages INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (7, 0, 0, 23, 0); # NEW MEMBERS on the queue |