Enable the verbose flag to pass thru xmlrpc

This commit is contained in:
Rob Crittenden
2008-10-10 05:23:00 -04:00
parent 42cdca3e83
commit 75bad44c27
3 changed files with 7 additions and 3 deletions

View File

@@ -231,6 +231,8 @@ class user_find(crud.Find):
return result
def forward(self, *args, **kw):
users = super(crud.Find, self).forward(*args, **kw)
if not users:
return
counter = users[0]
users = users[1:]
if counter == 0: