Passed
Push — master ( f92def...713d95 )
by Matt
08:24 queued 15s
created
driver/postgres.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	public function get_query($topic_id, $topic_title, $length, $sensitivity)
61 61
 	{
62 62
 		$ts_name = $this->db->sql_escape($this->ts_name);
63
-		$ts_query_text = $this->db->sql_escape(preg_replace(['/\s+/', '/\'/'], ['|', ''],  $topic_title));
63
+		$ts_query_text = $this->db->sql_escape(preg_replace(['/\s+/', '/\'/'], ['|', ''], $topic_title));
64 64
 		$ts_rank_cd = "ts_rank_cd('{1,1,1,1}', to_tsvector('$ts_name', t.topic_title), to_tsquery('$ts_name', '$ts_query_text'), 32)";
65 65
 
66 66
 		return array(
Please login to merge, or discard this patch.