Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 11, 2010
1 parent 7b4916e commit 0f5e881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/component_collection.php
Expand Up @@ -33,7 +33,7 @@ public function init(Controller $Controller) {
}
$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']);
}
}

Expand Down

0 comments on commit 0f5e881

Please sign in to comment.