diff -r 99712f0d5472 -r b32a5772ff06 server/securityhooks.py --- a/server/securityhooks.py Fri Jan 23 15:51:24 2009 +0100 +++ b/server/securityhooks.py Tue Jan 27 13:51:49 2009 +0100 @@ -54,6 +54,7 @@ entity.check_perm('update') check_entity_attributes(session, entity) except Unauthorized: + entity.clear_local_perm_cache('update') CheckEntityPermissionOp(session, entity=entity, action='update') def before_del_entity(session, eid):