diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-09-29 17:07:08 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-09-29 17:07:08 +0100 |
commit | 8279c2cf005b4ada8baf324d36a8ff90f80ca4e0 (patch) | |
tree | e37df475ed84a1b8d0b6c5ca95fc9812235ae905 /core | |
parent | 223d37a9d05b02db8610a40ae23646bde8910dc2 (diff) | |
download | prosody-8279c2cf005b4ada8baf324d36a8ff90f80ca4e0.tar.gz prosody-8279c2cf005b4ada8baf324d36a8ff90f80ca4e0.zip |
moduleapi: Revert previous commit and add comment, it's meant to be this way
Diffstat (limited to 'core')
-rw-r--r-- | core/moduleapi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/moduleapi.lua b/core/moduleapi.lua index a6bfbd0f..20898fcf 100644 --- a/core/moduleapi.lua +++ b/core/moduleapi.lua @@ -7,7 +7,7 @@ -- local config = require "core.configmanager"; -local modulemanager = require "core.modulemanager"; +local modulemanager = require "modulemanager"; -- This is necessary to avoid require loops local array = require "util.array"; local set = require "util.set"; local logger = require "util.logger"; |