diff --git a/wire/core/PageFinder.php b/wire/core/PageFinder.php index 627fb927..125608fe 100644 --- a/wire/core/PageFinder.php +++ b/wire/core/PageFinder.php @@ -2560,8 +2560,7 @@ class PageFinder extends Wire { $langNames = null; } - if($modules->isInstalled('PagePaths') && !$langNames) { - // @todo add support to PagePaths module for LanguageSupportPageNames + if($modules->isInstalled('PagePaths')) { $pagePaths = $modules->get('PagePaths'); /** @var PagePaths $pagePaths */ $pagePaths->getMatchQuery($query, $selector);