Closed (fixed)
Project:
Sweaver
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 06:30 UTC
Updated:
26 Sep 2011 at 17:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedit's possible that a == was typo'd
try with a double = and report back.
Comment #2
swentel commentedIt took me a while to get an error in the first place. After a while I got 'Unsupported operand types' which would make more sense, while 'unknown operator' does not, since it only concatenas 2 arrays. However, in some cases, the property_options key isn't an array yet, so this needs to be converted. Patched attached, but already committed and pushed.