diff --git a/libraries/grab_globals.lib.php b/libraries/grab_globals.lib.php index 5c5a35620..c4301add9 100644 --- a/libraries/grab_globals.lib.php +++ b/libraries/grab_globals.lib.php @@ -27,7 +27,7 @@ function PMA_gpc_extract($array, &$target) { * Currently, the following variable names are rejected when found in * $_GET or $_POST: cfg and str* * - * Warning: this is also affects array keys: + * Warning: this also affects array keys: * Variables like $_GET['harmless']['cfg'] will also be rejected! */ if ($key == 'cfg' || substr($key, 0, 3) == 'str') {