1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-02 16:04:26 +00:00

Fix a typo in search_ldapusers().

This commit is contained in:
cuihaikuo
2017-10-25 14:37:21 +08:00
parent 1fecbf26bc
commit ac6172b49e

View File

@@ -812,7 +812,7 @@ class CcnetAPI(object):
""" """
Search for users whose name contains @keyword directly from LDAP server. Search for users whose name contains @keyword directly from LDAP server.
""" """
return ccnet_threaded_rpc.search_ladpusers(keyword, start, limit) return ccnet_threaded_rpc.search_ldapusers(keyword, start, limit)
def count_emailusers(self, source): def count_emailusers(self, source):
""" """