From 149bc9f4ef19c45ac84603e1ed95e698a8a12a8f Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 13 Nov 2019 11:41:40 +0100 Subject: [PATCH] fix typo --- core/userrights.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index da7a52c6c..0aceccc47 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -1122,7 +1122,7 @@ class UserRights { if ($iActionCode == UR_ACTION_MODIFY) return UR_ALLOWED_NO; if ($iActionCode == UR_ACTION_DELETE) return UR_ALLOWED_NO; - if ($iActionCode == UR_ACTION_BULK_MODIFY) return falUR_ALLOWED_NOse; + if ($iActionCode == UR_ACTION_BULK_MODIFY) return UR_ALLOWED_NO; if ($iActionCode == UR_ACTION_BULK_DELETE) return UR_ALLOWED_NO; }