mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/12413] Fix coding style
PHPBB3-12413
This commit is contained in:
@@ -37,6 +37,8 @@ class topic extends \phpbb\feed\post_base
|
||||
|
||||
function open()
|
||||
{
|
||||
parent::open();
|
||||
|
||||
$sql = 'SELECT f.forum_options, f.forum_password, t.topic_id, t.forum_id, t.topic_visibility, t.topic_title, t.topic_time, t.topic_views, t.topic_posts_approved, t.topic_type
|
||||
FROM ' . TOPICS_TABLE . ' t
|
||||
LEFT JOIN ' . FORUMS_TABLE . ' f
|
||||
@@ -83,8 +85,6 @@ class topic extends \phpbb\feed\post_base
|
||||
|
||||
unset($forum_ids_passworded);
|
||||
}
|
||||
|
||||
$this->fetch_attachments();
|
||||
}
|
||||
|
||||
function get_sql()
|
||||
|
Reference in New Issue
Block a user