Files
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
..
2013-08-14 21:17:13 -04:00
2013-08-08 20:00:48 -04:00
2013-08-08 20:00:48 -04:00
2013-06-16 10:07:21 -04:00
2013-08-08 20:00:48 -04:00
2013-08-08 20:00:48 -04:00
2013-08-06 16:01:46 -04:00
2013-08-17 01:18:32 +07:00