diff --git a/gulliver/methods/defaultAjax.php b/gulliver/methods/defaultAjax.php index bcbb82109..980813627 100644 --- a/gulliver/methods/defaultAjax.php +++ b/gulliver/methods/defaultAjax.php @@ -92,8 +92,6 @@ if (sizeof( $newValues ) > 1 && isset( $_POST['grid'] )) { } } } - $newValues = array (); - //$fieldBase = (array) $fieldBase; $newValues[0]->$_POST['grid'] = $fieldBase; }