Skip to content

Commit

Permalink
Whitespace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Aug 28, 2010
1 parent c1209a1 commit f7addab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/controller/components/request_handler.php
Expand Up @@ -480,7 +480,6 @@ function prefers($type = null) {
return ($types[0] == $accepts[0]);
}


$intersect = array_values(array_intersect($accepts, $types));
if (empty($intersect)) {
return false;
Expand Down

0 comments on commit f7addab

Please sign in to comment.