]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
(Possible) fixes for illegal array indexes
[mailer.git] / inc / modules / admin / what-config_points.php
index 6cfa96aa661d939c3a5ec9652c770b982cab2986..0fd1f0b3a1ed41d3e0d178235b4b3cdd75ac5765 100644 (file)
@@ -93,7 +93,7 @@ if (isFormSent()) {
                                                $id = bigintval($id);
 
                                                // Revert german commata
-                                               REQUEST_SET_POST(array('perc', $id), convertCommaToDot(REQUEST_POST('perc', $id)));
+                                               REQUEST_SET_POST('perc' => array($id => convertCommaToDot(REQUEST_POST('perc', $id))));
 
                                                // Update entry
                                                SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_refdepths` SET level='%s', percents='%s' WHERE `id`=%s LIMIT 1",