From 00ffc28adf902cafc2cadf804eb9261a1a26993a Mon Sep 17 00:00:00 2001 From: Lamrani Abdel Date: Tue, 21 Feb 2023 17:19:07 +0100 Subject: [PATCH] fix problem in update permission --- htdocs/modulebuilder/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index ec9f05db1bc..de6289db24d 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -4810,7 +4810,7 @@ if ($module == 'initmodule') { print ''; for ($i = 0; $i<3; $i++) { if ($perm[1] != $labels[$i]) { - print ''; + print ''; } } print '';