remove an extra ->reload() that was there for testing

This commit is contained in:
Tim Almdal
2009-07-22 15:20:30 -07:00
parent d4104a23ec
commit 85ed445e23
-1
View File
@@ -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);