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

Fixed an issue on line 1255 of SalesLayer-Updater.php #5

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

JC-Curtis
Copy link
Contributor

Fixed an issue in which, when $__group_multicategory is set to TRUE you receive the following error:

Warning: addslashes() expects parameter 1 to be string, array given in //sales-layer-api/src/SalesLayer-Updater.php on line 1255.
This fix implodes the given array back into a string to be used in the unedited line of code now on line 1259.

…ou receive the following error:

Warning: addslashes() expects parameter 1 to be string, array given in /<LOCATION>/sales-layer-api/src/SalesLayer-Updater.php on line 1255.
This fix implodes the given array back into a string to be used in the unedited line of code now on line 1259.
@ibanborras ibanborras merged commit 9eed2f0 into saleslayer:master Apr 18, 2016
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.

None yet

2 participants