diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index dc5777e0f..82bb6c9d8 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -1651,7 +1651,7 @@ class Context } // If the first argument is '', reset existing parameters. - if (isset($args_list[0]) && !is_array($args_list[0]) && strval($args_list[0]) === '') + if (!is_array($args_list[0]) && strval($args_list[0]) === '') { array_shift($args_list); $get_vars = array();