Index: splash.admin.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/splash/splash.admin.inc,v retrieving revision 1.2 diff -u -r1.2 splash.admin.inc --- splash.admin.inc 18 Mar 2008 08:41:44 -0000 1.2 +++ splash.admin.inc 5 Jun 2009 20:19:40 -0000 @@ -116,7 +116,7 @@ $splash_how = variable_get('splash_how', array()); $options = array( - '' => t('Redirect'), + 'redirect' => t('Redirect'), 'window' => t('Open in new window'), 'thickbox' => t('Open in ThickBox'), );