mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 05:06:37 +02:00
[ticket/13147] Wrong extra new line
PHPBB3-13147
This commit is contained in:
@ -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) . '
|
||||
|
Reference in New Issue
Block a user