mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 10:18:54 +00:00
[ticket/13147] Wrong extra new line
PHPBB3-13147
This commit is contained in:
parent
9caec668af
commit
8ed5a047ec
1 changed files with 0 additions and 1 deletions
|
@ -272,7 +272,6 @@ class content_visibility
|
|||
return $get_global_visibility_sql_overwrite;
|
||||
}
|
||||
|
||||
|
||||
if (sizeof($exclude_forum_ids))
|
||||
{
|
||||
$where_sqls[] = '(' . $this->db->sql_in_set($table_alias . 'forum_id', $exclude_forum_ids, true) . '
|
||||
|
|
Loading…
Add table
Reference in a new issue