Skip to content

Conversation

@yanickouellet
Copy link
Contributor

When more than one bundle extension implement the PrependExtensionInterface to define different filter, only one is kept by the array_merge method. With array_merge_recursive, it will kept filters defined by each bundle.

Only the first-level array was merged, if two different filters were defined in different config array, only one was kept.
@geoh
Copy link

geoh commented Jun 11, 2013

array_replace_recursive would be a better function as array_merge_recursive appends extra values to the numerical 'size' array within individual filters options arrays - this then causes an exception...

@Nek- Nek- mentioned this pull request Aug 29, 2013
avalanche123 added a commit that referenced this pull request Aug 29, 2013
@avalanche123 avalanche123 merged commit 5e3fbe8 into avalanche123:develop Aug 29, 2013
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