Skip to content

Commit

Permalink
Merge pull request #8 from lerni/remove-debug-reliquie
Browse files Browse the repository at this point in the history
remove debug reliquie
  • Loading branch information
DorsetDigital authored Dec 8, 2020
2 parents 7dac5b7 + d4f5358 commit bf15473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SiteTreeCanonicalExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function getorsetCanonicalURL()
if (isset($link)) {
$urlArray = parse_url($link);
if (!isset($urlArray['host']) && !isset($urlArray['scheme'])) {
$canonicalBase = $urlArray['scheme'] . '://' . $urlArray['host'];
$link = $canonicalBase . $link;
}
} else {
Expand Down

0 comments on commit bf15473

Please sign in to comment.