diff --git a/cake/libs/controller/components/request_handler.php b/cake/libs/controller/components/request_handler.php index e67e9dea9..bd61decf1 100644 --- a/cake/libs/controller/components/request_handler.php +++ b/cake/libs/controller/components/request_handler.php @@ -515,7 +515,7 @@ class RequestHandlerComponent extends Object { } } - $types = normalizeList($type, false); + $types = Set::normalize($type, false); $accepts = array(); foreach ($types as $type) { if ($this->accepts($type)) {