Closed (fixed)
Project:
Node Reminder
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
23 Dec 2009 at 19:43 UTC
Updated:
18 Jan 2010 at 02:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| node_reminder_arraydefault.patch | 578 bytes | timcosgrove |
Comments
Comment #1
indytechcook commentedSince this is a very non-impact change. I'm committed without RTBC. Thanks Tim.
http://drupal.org/cvs?commit=309574
Comment #2
indytechcook commentedChanging Status to fixed.