[ticket/13147] New line before comment block

PHPBB3-13147
This commit is contained in:
brunoais 2015-01-10 17:15:54 +00:00
parent ef9abd7165
commit e0733ae435

View file

@ -245,6 +245,7 @@ class content_visibility
$approve_forums = array_diff(array_keys($this->auth->acl_getf('m_approve', true)), $exclude_forum_ids);
$visibility_sql_overwrite = null;
/**
* Allow changing the result of calling get_global_visibility_sql
*