--- globalredirect.module.old	2012-01-09 15:45:57.000000000 -0500
+++ globalredirect.module	2012-01-09 15:46:09.000000000 -0500
@@ -316,7 +316,7 @@
    * If the site is in offline mode there is little point doing any of this as
    * you might end up redirecting to a 503.
    */
-  if (variable_get('site_offline', 0) == 1) {
+  if (variable_get('maintenance_mode', 0) == 1) {
     return FALSE;
   }
 
