From 005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 30 Oct 2008 21:26:53 +0000 Subject: mod_version is here --- core/modulemanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 43804746..29139ad7 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -52,6 +52,7 @@ function loadall() load("tls"); load("vcard"); load("private"); + load("version"); end function load(name) -- cgit v1.2.3