diff --git a/features.module b/features.module index 14ba7f7..7934d6b 100644 --- a/features.module +++ b/features.module @@ -228,7 +228,7 @@ function features_theme() { function features_flush_caches() { features_rebuild(); // Don't flush the modules cache during installation, for performance reasons. - if (variable_get('install_task') != 'done') { + if (variable_get('install_task') == 'done') { features_get_modules(NULL, TRUE); } return array();