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

Upsert bugfix #4054

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Upsert bugfix #4054

merged 1 commit into from
Mar 26, 2019

Conversation

putyourlightson
Copy link

If $updateColumns is passed in as a boolean then an exception is thrown:

array_merge(): Argument #1 is not an array

Adding a conditional to check that is an array solves this.

If `$updateColumns` is passed in as a boolean then an exception is thrown:

```
array_merge(): Argument craftcms#1 is not an array
```

Adding a conditional to check that is an array solves this.
@brandonkelly brandonkelly merged commit 540ab63 into craftcms:develop Mar 26, 2019
brandonkelly added a commit that referenced this pull request Mar 26, 2019
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.

2 participants