Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Unsupported operand types #8

Closed
wants to merge 1 commit into from
Closed

Fatal error: Unsupported operand types #8

wants to merge 1 commit into from

Conversation

Natetronn
Copy link

Not sure this is the correct though, seems to alleviated the fatal error.

@madbonkey
Copy link
Contributor

Also, see the CodeIgniter manual on form_dropdown.

@jerel
Copy link
Member

jerel commented Jun 18, 2012

The + operand is shorthand for array_merge(). The reason this was failing was because line 225 in the admin controller would return false instead of an empty array. The shortest way to fix this would have been to cast the result as an array so it couldn't ever return boolean. I merged the other pull request so this pull is invalid now. Thanks

@jerel jerel closed this Jun 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants