Variable $content_types is set to Drupal variable node_reminder_node_types with a fallback of FALSE, but $content_types is later used in a context which requires an array type.

Patch attached. Changed FALSE to array(). All this does is suppress a warning when that Drupal variable isn't set.

CommentFileSizeAuthor
node_reminder_arraydefault.patch578 bytestimcosgrove

Comments

indytechcook’s picture

Since this is a very non-impact change. I'm committed without RTBC. Thanks Tim.

http://drupal.org/cvs?commit=309574

indytechcook’s picture

Status: Needs review » Fixed

Changing Status to fixed.

Status: Fixed » Closed (fixed)

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