Closed (fixed)
Project:
Environment Indicator
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2009 at 17:50 UTC
Updated:
5 Jan 2010 at 21:30 UTC
As recommended, on my production server, I set $conf['environment_indicator_enabled'] = FALSE;
This works correctly. However, the radio button for Status is unselected; it's neither enabled nor disabled. On my development servers where I have the indicator set to true, the status correctly shows as enabled.
Great module, thanks.
Comments
Comment #1
mrfelton commentedPlease could you try changing that to the following?
Comment #2
mrfelton commentedActually, this is fixed in CVS now. You can use '0' or FALSE.
http://drupal.org/cvs?commit=305380
Thanks for reporting.
Comment #3
dankohn commentedAnd thanks for the response.