Cancelled
Push — master ( 77b300...228b78 )
by Anthony
08:40 queued 05:34
created
core/Querybuilder.class.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,8 +110,7 @@
 block discarded – undo
110 110
 		public function where($champ, $cond, $champ_test, $closure = null) {
111 111
 			if ( $closure === null) {
112 112
 				$this->conditions[] = $champ.$cond.$champ_test;
113
-			}
114
-			else {
113
+			} else {
115 114
 				$this->conditions[] = $champ.$cond.$champ_test." ".$closure;
116 115
 			}
117 116
 
Please login to merge, or discard this patch.