Test Setup Failed
Push — master ( 713242...d4bb13 )
by eXeCUT
10:56
created
action/adapter/viewRenderer/DynaGrid.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@
 block discarded – undo
246 246
                 if (!empty($value)) {
247 247
                     if (is_array($value) && $this->filter->hasAttribute($attribute)) {
248 248
                         $value = current($value);
249
-                   }
249
+                    }
250 250
 
251 251
                     $result[$formName][$attribute] = $value;
252 252
                 }
Please login to merge, or discard this patch.