# 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...

Comments

yhahn’s picture

Status: Active » Fixed

http://drupal.org/cvs?commit=270180 Thanks, that was actually some debugging code that shouldn't have been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.