Minor bug fix, thanks Alex

This commit is contained in:
Bernardo Damele
2010-11-08 12:45:23 +00:00
parent 78d7b17483
commit 0c8918bf07
3 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class Enumeration(GenericEnumeration):
return {}
def getPrivileges(self):
def getPrivileges(self, *args):
warnMsg = "on SQLite it is not possible to enumerate the user privileges"
logger.warn(warnMsg)