diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-17 10:53:31 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-17 10:53:31 +0100 |
commit | a8d4e40b2b76eb85b7776d6547af1ffd6d2059c8 (patch) | |
tree | 44de9f7284a4cfbcdc4f528a7ea87edb4a017eaa | |
parent | 9e13176d16af8ccc843b8c6ad059fa1b22a634ce (diff) | |
download | prosody-a8d4e40b2b76eb85b7776d6547af1ffd6d2059c8.tar.gz prosody-a8d4e40b2b76eb85b7776d6547af1ffd6d2059c8.zip |
prosody: Require new require :)
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ end -- Required to be able to find packages installed with luarocks pcall(require, "luarocks.require") - +require "util.require"; config = require "core.configmanager" |