X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FUpdater%2FTheme.php;h=4b6cd408109adbc9dddbab351d319ff91baeff0d;hb=refs%2Fheads%2Fd864;hp=7ac70f098fd1813583037dc9c4aaddb85fab8840;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Updater/Theme.php b/web/core/lib/Drupal/Core/Updater/Theme.php index 7ac70f098..4b6cd4081 100644 --- a/web/core/lib/Drupal/Core/Updater/Theme.php +++ b/web/core/lib/Drupal/Core/Updater/Theme.php @@ -87,7 +87,7 @@ class Theme extends Updater implements UpdaterInterface { * {@inheritdoc} */ public function postInstallTasks() { - // Since this is being called outsite of the primary front controller, + // Since this is being called outside of the primary front controller, // the base_url needs to be set explicitly to ensure that links are // relative to the site root. // @todo Simplify with https://www.drupal.org/node/2548095