mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 03:04:08 -04:00
remove an extra ->reload() that was there for testing
This commit is contained in:
@@ -209,7 +209,6 @@ class access_Core {
|
||||
$access = model_cache::get("access_intent", $album->id, "item_id");
|
||||
$access->__set("{$perm_name}_{$group->id}", $value);
|
||||
$access->save();
|
||||
$album->reload();
|
||||
|
||||
if ($perm_name == "view") {
|
||||
self::_update_access_view_cache($group, $album);
|
||||
|
||||
Reference in New Issue
Block a user