@@ -155,7 +155,7 @@ |
||
155 | 155 | { |
156 | 156 | $this->sql = []; |
157 | 157 | |
158 | - $this->sql['SELECT'][] = 't.topic_last_post_time, t.topic_status, t.topic_visibility, i.*'; |
|
158 | + $this->sql['SELECT'][] = 't.topic_last_post_time, t.topic_status, t.topic_visibility, i.*'; |
|
159 | 159 | $this->sql['FROM'] = "{$this->table_ideas} i"; |
160 | 160 | $this->sql['JOIN'] = "{$this->table_topics} t ON i.topic_id = t.topic_id"; |
161 | 161 | $this->sql['WHERE'][] = 't.forum_id = ' . (int) $this->config['ideas_forum_id']; |