kartik-v / yii2-nav-x

Extended bootstrap Nav widget with submenu option for Yii 2.
http://plugins.krajee.com/nav-x
Other
28 stars 3 forks source link

Syntax error in NavX.php #2

Closed em17 closed 10 years ago

em17 commented 10 years ago

Line 91 ] + $this->dropdownOptions);

should be ], $this->dropdownOptions);

kartik-v commented 10 years ago

It is actually correct. Its an array UNION operator (the + sign).

But I think I will probably enhance this.

kartik-v commented 10 years ago

Enhanced with latest commit.

em17 commented 10 years ago

Oh my BAD, thanks for pointing that out!