From e424df644718e86f4730f37763af059902d3494d Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 12 Sep 2021 12:15:33 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/modules/modApi.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modApi.class.php b/htdocs/core/modules/modApi.class.php index 60145c73e1d..254e3f86983 100644 --- a/htdocs/core/modules/modApi.class.php +++ b/htdocs/core/modules/modApi.class.php @@ -135,7 +135,7 @@ class modApi extends DolibarrModules // Permissions $this->rights = array(); // Permission array used by this module $this->rights_admin_allowed = 1; // Admin is always granted of permission (even when module is disabled) - + $r = 0; // Add here list of permission defined by an id, a label, a boolean and two constant strings.