Closed (fixed)
Project:
Features Override
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 17:05 UTC
Updated:
11 Apr 2013 at 18:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
socialnicheguru commentedat features_override.export.inc 25% L154
return FALSE ; -> return array();
this is a placeholder until I get a patch.
http://www.php.net/manual/en/language.types.boolean.php#language.types.b...
Comment #2
jyee commentedSetting line 154 to return array() instead of FALSE worked for me. Here's a proper patch.
Comment #3
mpotter commentedCommitted to 73b3437.