diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 24708232..43804746 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -51,6 +51,7 @@ function loadall() load("register"); load("tls"); load("vcard"); + load("private"); end function load(name) |