diff --git a/core/modules/path/lib/Drupal/path/Controller/PathController.php b/core/modules/path/lib/Drupal/path/Controller/PathController.php index 162bf6e..6144b67 100644 --- a/core/modules/path/lib/Drupal/path/Controller/PathController.php +++ b/core/modules/path/lib/Drupal/path/Controller/PathController.php @@ -110,7 +110,7 @@ public function adminOverview($keys) { // If the system path maps to a different URL alias, highlight this table // row to let the user know of old aliases. - if ($data->alias != $this->aliasManager->getPathAlias($data->source, $data->langcode)) { + if ($data->alias != $this->aliasManager->getAliasByPath($data->source, $data->langcode)) { $row['class'] = array('warning'); }