Closed em17 closed 10 years ago
Line 91 ] + $this->dropdownOptions);
should be ], $this->dropdownOptions);
It is actually correct. Its an array UNION operator (the + sign).
+
But I think I will probably enhance this.
Enhanced with latest commit.
Oh my BAD, thanks for pointing that out!
Line 91 ] + $this->dropdownOptions);
should be ], $this->dropdownOptions);