diff --git a/Repositories/statistics/includes/inc.fns.input_check.es.php b/Repositories/statistics/includes/inc.fns.input_check.es.php
index 62179aa..454e2b9 100755
--- a/Repositories/statistics/includes/inc.fns.input_check.es.php
+++ b/Repositories/statistics/includes/inc.fns.input_check.es.php
@@ -47,7 +47,7 @@
 			$response = $checkit->getResponse();
 			if($response == UNSET_REPLACE) {
 				$newval = $checkit->getNewValue();
-				$_REQUEST[$k][$k1] = $newval;
+				$_REQUEST[$k] = $newval;
 				$logger->setLog("REPLACE $v1 with $newval",__LINE__,__FILE__);
 			} else {
 				handle_response($response);
@@ -68,4 +68,4 @@
 		if ($response == UNSET_ACTION)    { unset($_REQUEST["action"]); }
 		if ($response == UNSET_REPLACE)   { unset($_REQUEST["action"]); }
 }
-?>
\ No newline at end of file
+?>