Software /
code /
prosody
Changeset
3624:e2cfc6b8fe5d
Merge backout
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 13 Nov 2010 04:12:49 +0000 |
parents | 3622:418354197a02 (current diff) 3623:6f4db418a9cc (diff) |
children | 3625:f8d61da5bcc1 |
files | |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/modulemanager.lua Sat Nov 13 04:12:03 2010 +0000 +++ b/core/modulemanager.lua Sat Nov 13 04:12:49 2010 +0000 @@ -117,7 +117,6 @@ local pluginenv = setmetatable({ module = api_instance }, { __index = _G }); api_instance.environment = pluginenv; - pluginenv._M = pluginenv; setfenv(mod, pluginenv); hosts[host].modules = modulemap[host];