mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/13146] Extra line for clarity
Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146
This commit is contained in:
parent
e9cb9baedb
commit
df3447b725
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class content_visibility
|
||||||
return $where_sql;
|
return $where_sql;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (sizeof($approve_forums))
|
if (sizeof($approve_forums))
|
||||||
{
|
{
|
||||||
// Remove moderator forums from the rest
|
// Remove moderator forums from the rest
|
||||||
|
|
Loading…
Add table
Reference in a new issue