From 22b73be36ef1690a2b4441ee28be297f3c574ade Mon Sep 17 00:00:00 2001 From: Thomas BACCELLI Date: Tue, 26 Oct 2021 11:36:58 +0200 Subject: [PATCH] Fix getAdminLink 3rd argument --- psgdpr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psgdpr.php b/psgdpr.php index 9a9b6264..ece94622 100755 --- a/psgdpr.php +++ b/psgdpr.php @@ -341,7 +341,7 @@ public function loadFaq() */ public function getContent() { - $moduleAdminLink = $this->context->link->getAdminLink('AdminModules', true, false, ['configure' => $this->name]); + $moduleAdminLink = $this->context->link->getAdminLink('AdminModules', true, [], ['configure' => $this->name]); $id_lang = $this->context->language->id; $id_shop = $this->context->shop->id;