Completed
Pull Request — master (#124)
by Matt
01:22
created
factory/ideas.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.