diff --git a/source/php/Module/Posts/Posts.php b/source/php/Module/Posts/Posts.php index c3f6c3b28..b3074279c 100644 --- a/source/php/Module/Posts/Posts.php +++ b/source/php/Module/Posts/Posts.php @@ -242,7 +242,7 @@ public function data(): array * @return string */ private function getPaginationQueryVarName():string { - return "{$this->slug}-{$this->getID()}-page"; + return "mod-{$this->slug}-{$this->getID()}-page"; } /**