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; }