diff --git a/psgdpr.php b/psgdpr.php
index 456ef172..09b85c54 100755
--- a/psgdpr.php
+++ b/psgdpr.php
@@ -714,7 +714,7 @@ public function getRegisteredModules()
     {
         $modulesRegister = Hook::getHookModuleExecList('registerGDPRConsent'); // get modules using the gdpr hook
 
-        if (empty($modulesRegister) || count($modulesRegister) <= 1) { // if 0 module stop (1 to exclude gdpr module)
+        if (empty($modulesRegister)) { // if 0 module stop
             return;
         }