bugfix
This commit is contained in:
parent
ce90af0b81
commit
04b8dec115
@ -84,7 +84,7 @@ async def register_user(sor, ns):
|
|||||||
|
|
||||||
def get_dbname():
|
def get_dbname():
|
||||||
f = get_serverenv('get_module_dbname')
|
f = get_serverenv('get_module_dbname')
|
||||||
if f i None:
|
if f is None:
|
||||||
return None
|
return None
|
||||||
return f('rbac')
|
return f('rbac')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user