webmcp

changeset 67:937bbe05098c

Bugfix regarding compatibility with Lua 5.2:
return _M at end of mondelefant.lua
author jbe
date Tue Apr 17 15:39:27 2012 +0200 (2012-04-17)
parents afed1ab1477f
children ebdc20b7048b
files libraries/mondelefant/mondelefant.lua
line diff
     1.1 --- a/libraries/mondelefant/mondelefant.lua	Tue Apr 17 15:38:05 2012 +0200
     1.2 +++ b/libraries/mondelefant/mondelefant.lua	Tue Apr 17 15:39:27 2012 +0200
     1.3 @@ -1451,3 +1451,5 @@
     1.4  end
     1.5  --//--
     1.6  
     1.7 +return _M
     1.8 +

Impressum / About Us