Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Dec 15, 2020
1 parent f8332ab commit 7fddf34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ private function generatePageUrl(array $arrPage)
{
$pageModel = \Contao\PageModel::findByPk($arrPage['id']);
if ($pageModel) {
$pageModel->getFrontendUrl();
return $pageModel->getFrontendUrl();
}

return null;
Expand Down

0 comments on commit 7fddf34

Please sign in to comment.