More missed get_user_by_id API changes

This commit is contained in:
David Baker 2015-05-01 13:45:25 +01:00
parent da4ed08739
commit 92b20713d7
2 changed files with 4 additions and 4 deletions

View file

@ -180,7 +180,7 @@ class ApplicationServicesHandler(object):
return
user_info = yield self.store.get_user_by_id(user_id)
if len(user_info) > 0:
if not user_info:
defer.returnValue(False)
return