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

Commit ec078a6

Browse files
committed
Merge pull request #23 from ZiZuu-store/dev
Release 1.1.5 (fixed C&P ;( )
2 parents 234098e + 26cd58b commit ec078a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zzseotk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ private function _getCanonicalLink($id_lang = null, $id_shop = null, $add_qs = t
373373
}
374374

375375
if ('index' == $controller && '/' == strtok($_SERVER['REQUEST_URI'], '?')) {
376-
$requested_URL = rtrim($requested_URL, '/');
376+
$canonical = rtrim($canonical, '/');
377377
}
378378

379379
// retain pagination for controllers supporting it, remove p=1

0 commit comments

Comments
 (0)