summaryrefslogtreecommitdiff
path: root/modules/encryption/old.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-04-07 14:09:35 -0400
committerAdam <Adam@anope.org>2017-04-07 14:09:35 -0400
commite4df4bcd7a694d559bfbc4cff19c22d9c68b6404 (patch)
tree4ba451530e35ddcd5104af253a01b71c3cab7fdd /modules/encryption/old.cpp
parentda5e8a03aa8ae8077feab05fe76e6b092f1c8df1 (diff)
parent0f49d1051a96645a576e49cb025198d1b5c9dc60 (diff)
Merge commit '0f49d1051a96645a576e49cb025198d1b5c9dc60'
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");