From cb9693dcbb4ec87e967f536c8549af683d9d5a04 Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Fri, 2 Dec 2016 14:12:29 -0500 Subject: [PATCH] HOR-2401 --- gulliver/methods/defaultAjax.php | 2 -- 1 file changed, 2 deletions(-) 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; }