Removing Minnelli theme from core

This commit is contained in:
Manuel Cillero 2017-07-25 13:34:47 +02:00
parent 3e27c84bbd
commit 8903794a18
10 changed files with 5 additions and 110 deletions

View file

@ -157,7 +157,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('bluemarine', 'chameleon', 'garland', 'marvin', 'pushbutton'))) {
// 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';