From 2903af6d9095b0a8966fed1afb81555098df3ab4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 9 Sep 2022 17:14:39 +0200 Subject: [PATCH] Fix regression in perms --- htdocs/bookmarks/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php index 23964a9f006..47f97e17bbe 100644 --- a/htdocs/bookmarks/list.php +++ b/htdocs/bookmarks/list.php @@ -60,7 +60,7 @@ if (!$sortorder) { $object = new Bookmark($db); // Security check -restrictedArea($user, 'bookmarks'); +restrictedArea($user, 'bookmark'); // Permissions $permissiontoread = !empty($user->rights->bookmark->lire);