From: Anil-Kumar Vengalil Date: Mon, 5 Oct 2009 15:42:16 +0000 (+0000) Subject: bug-fix X-Git-Tag: sfa-0.9-4~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=92c5fd0369cc539455fce077b5c67da331cd4b12;p=sfa.git bug-fix --- diff --git a/sfa/methods/update.py b/sfa/methods/update.py index 8c307e4d..2e97a5b4 100644 --- a/sfa/methods/update.py +++ b/sfa/methods/update.py @@ -120,6 +120,6 @@ class update(Method): raise UnknownGeniType(type) # update membership for researchers, pis, owners, operators - self.api.update_membership(record, record) + self.api.update_membership(record, new_record) return 1