reorganization

This commit is contained in:
Romain Bignon 2013-04-20 15:43:14 +02:00
commit 4840dff989
2 changed files with 65 additions and 38 deletions

View file

@ -372,7 +372,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
else:
raise TypeError("The parameter 'contact' isn't a contact nor a int/long/str/unicode: %s" % contact)
profile = self.browser.get_profile(_id)
profile = self.browser.get_full_profile(_id)
if not profile:
return None