Index: zen/template.theme-registry.inc =================================================================== RCS file: /cvs/drupal/contributions/themes/zen/zen/template.theme-registry.inc,v retrieving revision 1.6 diff -u -p -r1.6 template.theme-registry.inc --- zen/template.theme-registry.inc 15 Sep 2008 09:59:02 -0000 1.6 +++ zen/template.theme-registry.inc 7 Jan 2009 12:35:52 -0000 @@ -60,7 +60,7 @@ function _zen_theme(&$existing, $type, $ // If we are auto-rebuilding the theme registry, warn about feature. if (theme_get_setting('zen_rebuild_registry')) { - drupal_set_message(t('The theme registry has been rebuilt. Turn off this feature on production websites.', array('!link' => base_path() . 'admin/build/themes/settings/' . $GLOBALS['theme'])), 'warning'); + drupal_set_message(t('The theme registry has been rebuilt. Turn off this feature on production websites.', array('!link' => base_path() . 'admin/build/themes/settings/' . $GLOBALS['theme'])), 'warning', FALSE); } // Since we modify the $existing cache directly, return nothing.