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