Files
yii2/framework/yii/widgets/Menu.php
yiidevelop 23dfd13e3a Fix function argument
```php
normalizeItems($items, &$active)
```
Qiang use 
```php
$items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild);
```
So $hasActiveChild not assign value and parent item not set activated

Plz, review and approval

Thanks
2013-08-17 01:18:32 +07:00

11 KiB