Update list.php
This commit is contained in:
parent
4351159693
commit
a7eb336084
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user