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

Commit bf4d8ff

Browse files
committed
Fix last commit
1 parent c03170d commit bf4d8ff

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

composer.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzseotk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private function _displayHreflang()
262262
$requested_URL = $proto . $domain . $_SERVER['REQUEST_URI'];
263263
}
264264

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

0 commit comments

Comments
 (0)