Update list.php
This commit is contained in:
parent
4351159693
commit
a7eb336084
@ -60,9 +60,7 @@ if (!$sortorder) {
|
|||||||
$object = new Bookmark($db);
|
$object = new Bookmark($db);
|
||||||
|
|
||||||
// Security check
|
// Security check
|
||||||
if (empty($user->rights->bookmark->lire)) {
|
restrictedArea($user, 'bookmarks');
|
||||||
restrictedArea($user, 'bookmarks');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Permissions
|
// Permissions
|
||||||
$permissiontoread = !empty($user->rights->bookmark->lire);
|
$permissiontoread = !empty($user->rights->bookmark->lire);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user