Closed (fixed)
Project:
Views Union
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 11:31 UTC
Updated:
19 Dec 2007 at 23:57 UTC
Jump to comment: Most recent
I'm getting a php error as shown below:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in modules/contrib-head/views_union/views_union.module on line 225.
I think that this is caused because I'm merging two views that don't use arguments. But I haven't really dived into the code to know for sure.
The attached simple patch checks for this, and doesn't do the array merge, when the $args is empty.
| Comment | File | Size | Author |
|---|---|---|---|
| args.patch | 706 bytes | douggreen |
Comments
Comment #1
Anonymous (not verified) commentedThis is now in the 1.1 release.
Comment #2
Anonymous (not verified) commented