1
0
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:
brunoais
2015-02-09 11:56:53 +00:00
parent bb7d294190
commit 6111f5fa74

View File

@@ -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