Skip to content

Commit

Permalink
[BUG] Correct error message when path can not be resolved
Browse files Browse the repository at this point in the history
Resolves: #3018
  • Loading branch information
FamousWolf authored and dkd-kaehm committed Sep 7, 2021
1 parent f3843fb commit 1c42c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Middleware/SolrRoutingMiddleware.php
Expand Up @@ -331,7 +331,7 @@ protected function retrievePageInformation(UriInterface $uri, Site $site): array
->/** @scrutinizer ignore-call */
error(
vsprintf(
'Could resolve page by path "%1$s" and language "%2$s".',
'Could not resolve page by path "%1$s" and language "%2$s".',
[
$uri->getPath(),
$this->language->getTwoLetterIsoCode()
Expand Down

0 comments on commit 1c42c48

Please sign in to comment.