From 6111f5fa74843888485201f69750d09605660678 Mon Sep 17 00:00:00 2001 From: brunoais Date: Mon, 9 Feb 2015 11:56:53 +0000 Subject: [PATCH] [ticket/13592] Removed unwanted space in self line. PHPBB3-13592 --- phpBB/phpbb/content_visibility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index a324c6b8b5..e5b0197f95 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -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