diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php index e01dfcbe1e6..23964a9f006 100644 --- a/htdocs/bookmarks/list.php +++ b/htdocs/bookmarks/list.php @@ -60,9 +60,7 @@ if (!$sortorder) { $object = new Bookmark($db); // Security check -if (empty($user->rights->bookmark->lire)) { - restrictedArea($user, 'bookmarks'); -} +restrictedArea($user, 'bookmarks'); // Permissions $permissiontoread = !empty($user->rights->bookmark->lire);