diff --git a/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php b/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php index c266e51..9b3c0ea 100644 --- a/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php +++ b/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php @@ -33,6 +33,7 @@ public function getImplementations($hook) { // Forms and pages do not render without the basic elements defined in // system_element_info(). case 'element_info': + return array('system'); // Forms do not render without the basic elements in // drupal_common_theme() called from system_theme(). case 'theme':