mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing typo.
This commit is contained in:
parent
7b4916e16a
commit
0f5e881f26
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class ComponentCollection extends ObjectCollection {
|
|||
}
|
||||
$components = ComponentCollection::normalizeObjectArray($Controller->components);
|
||||
foreach ($components as $name => $properties) {
|
||||
$Controller->{$name} = $this->load($properites['class'], $properties['settings']);
|
||||
$Controller->{$name} = $this->load($properties['class'], $properties['settings']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue