diff --git a/core/lib/Drupal/Core/Extension/SchemaInstaller.php b/core/lib/Drupal/Core/Extension/SchemaInstaller.php index 1aff3add12..812a77e329 100644 --- a/core/lib/Drupal/Core/Extension/SchemaInstaller.php +++ b/core/lib/Drupal/Core/Extension/SchemaInstaller.php @@ -96,7 +96,7 @@ public function getInstalledVersions() { * {@inheritdoc} */ public function resetCache() { - // Setting to NULL to re-read data on first use in initCurrentVersions(). + // Setting to NULL to re-read data on first use in ensureInitialized(). $this->currentVersions = NULL; return $this; }