Closed (fixed)
Project:
Features
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 22:41 UTC
Updated:
15 Oct 2009 at 23:30 UTC
# warning: array_keys() [function.array-keys]: The first argument should be an array in /home/elliot/accent/sites/all/modules/features/features.export.inc on line 679.
# warning: ksort() expects parameter 1 to be array, null given in /home/elliot/accent/sites/all/modules/features/features.export.inc on line 681.
Or perhaps an:
if (!empty($foo)) {
instead of the:
if (is_array($foo)) {
in my attached patch...
| Comment | File | Size | Author |
|---|---|---|---|
| features-sanitize-is_array-check.patch | 646 bytes | halcyonCorsair |
Comments
Comment #1
yhahn commentedhttp://drupal.org/cvs?commit=270180 Thanks, that was actually some debugging code that shouldn't have been committed.