diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-05-04 19:57:05 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-05-04 19:57:05 +0100 |
commit | 2fff09895975e5b2fb3d0aee38c2f652c6029e15 (patch) | |
tree | f0e16c01357473480d90a6d4726094fbb3aa30ec /core | |
parent | 9817a326507ae8127365578adfac7a9074fe48c1 (diff) | |
parent | ef5e994b1f4303d7940194fc980f5b5e94654c76 (diff) | |
download | prosody-2fff09895975e5b2fb3d0aee38c2f652c6029e15.tar.gz prosody-2fff09895975e5b2fb3d0aee38c2f652c6029e15.zip |
Merge with 0.4
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 2cba50ac..6dbc8c53 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -28,7 +28,7 @@ local type = type; local next = next; local rawget = rawget; -local tostring, print = tostring, print; +local tostring = tostring; -- We need this to let modules access the real global namespace local _G = _G; |