summaryrefslogtreecommitdiff
path: root/modules/encryption/old.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/encryption/old.cpp')
-rw-r--r--modules/encryption/old.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/encryption/old.cpp b/modules/encryption/old.cpp
index 22065e441..99767aabe 100644
--- a/modules/encryption/old.cpp
+++ b/modules/encryption/old.cpp
@@ -64,7 +64,7 @@ class EOld : public Module
if (ModuleManager::FindFirstOf(ENCRYPTION) == this)
throw ModuleException("enc_old is deprecated and can not be used as a primary encryption method");
- ModuleManager::LoadModule("enc_md5", User::Find(creator));
+ ModuleManager::LoadModule("enc_md5", User::Find(creator, true));
if (!md5)
throw ModuleException("Unable to find md5 reference");