1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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 = '')
{
$where_sql = '';
$get_visibility_sql_overwrite = false;
/**
* Allow changing the result of calling get_visibility_sql