mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/13592] Removed unwanted space in self line.
PHPBB3-13592
This commit is contained in:
@@ -144,7 +144,7 @@ class content_visibility
|
|||||||
public function get_visibility_sql($mode, $forum_id, $table_alias = '')
|
public function get_visibility_sql($mode, $forum_id, $table_alias = '')
|
||||||
{
|
{
|
||||||
$where_sql = '';
|
$where_sql = '';
|
||||||
|
|
||||||
$get_visibility_sql_overwrite = false;
|
$get_visibility_sql_overwrite = false;
|
||||||
/**
|
/**
|
||||||
* Allow changing the result of calling get_visibility_sql
|
* Allow changing the result of calling get_visibility_sql
|
||||||
|
Reference in New Issue
Block a user