payu2107 / zii

Automatically exported from code.google.com/p/zii
0 stars 0 forks source link

Error in CMenu #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Line 200 of zii/widgets/CMenu.php should be 

$hasActiveChild = true;

instead of

$active = true;

to correctly activate parent menu items.

Zii guys, please confirm and fix this, thank you.

Original issue reported on code.google.com by thyseus on 25 Dec 2010 at 9:08

GoogleCodeExporter commented 8 years ago
This repository is not active any more. All zii items are moved to the Yii 
framework itself.

Qiang has updated CMenu yesterday.

If the problem persists, please report it at Yii's google code page.

Thanks

Original comment by sebathi on 11 Jan 2011 at 1:00