diff --git a/core/lib/Drupal/Core/Extension/ThemeHandler.php b/core/lib/Drupal/Core/Extension/ThemeHandler.php index d263835..40e59cb 100644 --- a/core/lib/Drupal/Core/Extension/ThemeHandler.php +++ b/core/lib/Drupal/Core/Extension/ThemeHandler.php @@ -217,8 +217,8 @@ public function listInfo() { * {@inheritdoc} */ public function reset() { - // listInfo() calls system_info which has a lot of side effects that have to - // be triggered like the classloading of theme classes. + // listInfo() calls system_info() which has a lot of side effects that have + // to be triggered like the classloading of theme classes. $this->list = array(); $this->systemListReset(); $this->listInfo();