From 0a2352c866b34cdcca786c1a5e872177b8386c74 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 13 Jun 2009 11:27:35 +0000 Subject: - Patch #490562 by dww: updated list of core themes. --- modules/update/update.compare.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'; -- cgit v1.2.3