Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
drAlberT committed Apr 11, 2016
1 parent c03170d commit bf4d8ff
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zzseotk.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private function _displayHreflang()
$requested_URL = $proto . $domain . $_SERVER['REQUEST_URI'];
}

if (Configuration::get('ZZSEOTK_CANONICAL_ENABLED') && !_isCanonicalRequest($requested_URL)) {
if (Configuration::get('ZZSEOTK_CANONICAL_ENABLED') && !$this->_isCanonicalRequest($requested_URL)) {
return; // skip if actual page is not the canonical page
}

Expand Down

0 comments on commit bf4d8ff

Please sign in to comment.