Skip to content

Commit

Permalink
BUGFIX: Fix upmerge syntax error
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
albe committed Mar 17, 2020
1 parent c511353 commit b299641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Finishers/RedirectFinisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function executeInternal()
if (!isset($uriParts['scheme']) || $uriParts['scheme'] === '') {
$uri = sprintf(
'%s/%s',
rtrim($this->baseUriProvider->getConfiguredBaseUriOrFallbackToCurrentRequest(, '/'),
rtrim($this->baseUriProvider->getConfiguredBaseUriOrFallbackToCurrentRequest(), '/'),
ltrim($uri, '/')
);
}
Expand Down

0 comments on commit b299641

Please sign in to comment.