Skip to content

Fix issue #24#28

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository
Closed

Fix issue #24#28
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jan 27, 2017

Since getParameter can return null, array_merge will throw an issue if so.
In this case, we check to see if the parameter is null and if so, use a blank array.

Since getParameter can return null, array_merge will throw an issue if so.
In this case, we check to see if the parameter is null and if so, use a blank array.
Copy link

@cotto cotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a good idea that won't break anything.

@Alexia
Copy link
Owner

Alexia commented Mar 10, 2017

I will look at these back logged pull requests tomorrow morning. I have been away from the computer sick. :)

@Alexia
Copy link
Owner

Alexia commented Mar 10, 2017

I put an array cast in place on the master branch. Reference: 20b41fe

@Alexia Alexia closed this Mar 10, 2017
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