Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -57,7 +57,7 @@ function system_requirements($phase) {
|
|||
$enabled_modules = \Drupal::moduleHandler()->getModuleList();
|
||||
foreach ($enabled_modules as $module => $data) {
|
||||
$info = system_get_info('module', $module);
|
||||
if ($info['package'] === 'Core (Experimental)') {
|
||||
if (isset($info['package']) && $info['package'] === 'Core (Experimental)') {
|
||||
$experimental[$module] = $info['name'];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue