Index: trunk/core/kernel/utility/params.php =================================================================== diff -u -r1801 -r2348 --- trunk/core/kernel/utility/params.php (.../params.php) (revision 1801) +++ trunk/core/kernel/utility/params.php (.../params.php) (revision 2348) @@ -114,7 +114,7 @@ */ function GetArrayValue() { - $args = func_get_args(); + $args = func_get_args(); array_unshift_ref($args, $this->_Array); return call_user_func_array('getArrayValue', $args); }