Passed
Push — master ( b679bb...8851e6 )
by Anthony
03:00
created
core/Database.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,6 +170,6 @@
 block discarded – undo
170 170
 		}
171 171
 
172 172
 		public function getQuery() {
173
-			return "SELECT ". implode(", ", $this->fiels) . " FROM " . implode(",", $this->from) . " WHERE " . implode(" AND ", $this->conditions);
173
+			return "SELECT ".implode(", ", $this->fiels)." FROM ".implode(",", $this->from)." WHERE ".implode(" AND ", $this->conditions);
174 174
 		}
175 175
 	}
176 176
\ No newline at end of file
Please login to merge, or discard this patch.