Mercurial > libervia-backend
diff src/memory/memory.py @ 813:1a1600491d9d
core: registerNewAccount partial fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2014 18:54:06 +0100 |
parents | 1fe00f0c9a91 |
children | 9bac2fc74968 |
line wrap: on
line diff
--- a/src/memory/memory.py Tue Feb 04 18:51:16 2014 +0100 +++ b/src/memory/memory.py Tue Feb 04 18:54:06 2014 +0100 @@ -213,7 +213,7 @@ self.default_profile = None self.params = {} self.params_gen = {} - host.registerCallback(host.registerNewAccountCB, force_id="registerNewAccount") + host.registerCallback(host.registerNewAccountCB, with_data=True, force_id="registerNewAccount") def createProfile(self, profile): """Create a new profile