1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/9837] Make unapproved posts visible to author

review comments

PHPBB3-9837
This commit is contained in:
v12mike
2019-11-19 07:20:44 -05:00
committed by Marc Alexander
parent 0f57f3d90d
commit 29be971fad
3 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,6 @@ class add_display_unapproved_posts_config extends \phpbb\db\migration\migration
{
return [
['config.add', ['display_unapproved_posts', 1]],
];
];
}
}