summaryrefslogtreecommitdiffstats
path: root/src/Server/UserListManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/UserListManager.cpp')
-rw-r--r--src/Server/UserListManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/UserListManager.cpp b/src/Server/UserListManager.cpp
index a8794fe..04ba7d2 100644
--- a/src/Server/UserListManager.cpp
+++ b/src/Server/UserListManager.cpp
@@ -45,7 +45,7 @@ UserListManager::~UserListManager() {
}
-void UserListManager::configFinished() {
+void UserListManager::configure() {
userLists = application->getStorageManager()->list("UserList");
userListDiffs = application->getStorageManager()->list("UserListDiff");