mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
adding uses('set') for Set::normalize() fix in RequestHandler
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4348 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
9728ef5ae9
commit
6d9eb33c6a
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ class RequestHandlerComponent extends Object {
|
|||
return $this->ext;
|
||||
}
|
||||
}
|
||||
|
||||
uses('set');
|
||||
$types = Set::normalize($type, false);
|
||||
$accepts = array();
|
||||
foreach ($types as $type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue