diff options
-rw-r--r-- | modules/update/update.compare.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.compare.inc b/modules/update/update.compare.inc index c198c7d49..e7e7b8862 100644 --- a/modules/update/update.compare.inc +++ b/modules/update/update.compare.inc @@ -117,7 +117,7 @@ function update_get_project_name($file) { elseif (isset($file->info['package']) && (strpos($file->info['package'], 'Core') !== FALSE)) { $project_name = 'drupal'; } - elseif (in_array($file->name, array('bluemarine', 'chameleon', 'garland', 'marvin', 'minnelli', 'pushbutton'))) { + elseif (in_array($file->name, array('garland', 'minnelli', 'stark'))) { // Unfortunately, there's no way to tell if a theme is part of core, // so we must hard-code a list here. $project_name = 'drupal'; |