diff options
author | brunoais <brunoaiss@gmail.com> | 2015-02-09 11:56:53 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-02-09 11:56:53 +0000 |
commit | 6111f5fa74843888485201f69750d09605660678 (patch) | |
tree | a039882d06302f358568ccfc1aacfc581b6dcecc | |
parent | bb7d294190fec9f0ef83787d6ae5a57266ad7091 (diff) | |
download | forums-6111f5fa74843888485201f69750d09605660678.tar forums-6111f5fa74843888485201f69750d09605660678.tar.gz forums-6111f5fa74843888485201f69750d09605660678.tar.bz2 forums-6111f5fa74843888485201f69750d09605660678.tar.xz forums-6111f5fa74843888485201f69750d09605660678.zip |
[ticket/13592] Removed unwanted space in self line.
PHPBB3-13592
-rw-r--r-- | phpBB/phpbb/content_visibility.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |