1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47: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

@@ -244,8 +244,8 @@ class phpbb_functional_visibility_unapproved_test extends phpbb_functional_test_
$this->assertNotContains('Unapproved Posts Test Topic #2', $crawler->filter('html')->text());
$this->logout();
// revert the configuration
$this->config_display_unapproved_posts_state(false);
// revert the configuration (if necessary)
//$this->config_display_unapproved_posts_state(false);
}
public function test_reset_flood_interval()