Skip to content

Commit

Permalink
Code standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmulder committed Jun 8, 2015
1 parent 50f6b59 commit 917e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/MenuComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function area($area = null)
public function active($id)
{
$menu = $this->getMenu($this->area());
foreach($menu as $key => $item) {
foreach ($menu as $key => $item) {
if ($menu[$key]['id'] == $id) {
$menu[$key]['active'] = true;
}
Expand Down

0 comments on commit 917e75b

Please sign in to comment.