From 1f46777b9a5375eda43036ba9c57a2bb8e479e20 Mon Sep 17 00:00:00 2001 From: PululuK Date: Fri, 26 Jan 2024 09:09:56 +0100 Subject: [PATCH] Do not instantiate the module to optimize performance in module list page --- mollie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mollie.php b/mollie.php index 22357143d..c61199914 100755 --- a/mollie.php +++ b/mollie.php @@ -88,7 +88,7 @@ public function __construct() $this->tab = 'payments_gateways'; $this->version = '6.0.5'; $this->author = 'Mollie B.V.'; - $this->need_instance = 1; + $this->need_instance = 0; $this->bootstrap = true; $this->module_key = 'a48b2f8918358bcbe6436414f48d8915';