diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-13 11:27:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-13 11:27:35 +0000 |
commit | 0a2352c866b34cdcca786c1a5e872177b8386c74 (patch) | |
tree | 6736f91db6b19f761b64cc25f14a80c8dd778922 /modules | |
parent | 2f6d62343551c3aae79061157520355f7971854f (diff) | |
download | brdo-0a2352c866b34cdcca786c1a5e872177b8386c74.tar.gz brdo-0a2352c866b34cdcca786c1a5e872177b8386c74.tar.bz2 |
- Patch #490562 by dww: updated list of core themes.
Diffstat (limited to 'modules')
-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'; |