-
Fixes a Yii Exception on PHP5.4 with ERROR_ALL · 707c01aeFrançois Gannaz authored
BootMenu and BootDropdown both handles items supposing they were arrays. But an item can be the string '---', so array indices were used as string positions... until PHP refused this dangerous syntax. So on PHP 5.4, Yii throws an Exception in the main page of the demo.
707c01ae
×