From df3447b7256f4d462dcd18107c0a503289cfce53 Mon Sep 17 00:00:00 2001 From: brunoais Date: Sat, 29 Nov 2014 14:11:42 +0000 Subject: [PATCH] [ticket/13146] Extra line for clarity Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146 --- phpBB/phpbb/content_visibility.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index f1f350a260..02a5f0f766 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -190,6 +190,7 @@ class content_visibility return $where_sql; } + if (sizeof($approve_forums)) { // Remove moderator forums from the rest