From 1a7b43068c4cfbb7baa3f781fb7d65a708f63a5c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 25 Jun 2012 00:15:51 +0200 Subject: contrib: initialization bugfix after lua52 port The _NAME field was missing in the contrib table. Thanks to Jorg Thalheim for reporting this. --- helpers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers.lua') diff --git a/helpers.lua b/helpers.lua index 93a701b..4c15690 100644 --- a/helpers.lua +++ b/helpers.lua @@ -33,8 +33,8 @@ local scroller = {} -- {{{ Helper functions -- {{{ Loader of vicious modules -function helpers.wrequire(table, key) - local module = rawget(table, key) +function helpers.wrequire(table, key) + local module = rawget(table, key) return module or require(table._NAME .. "." .. key) end -- }}} -- cgit v1.2.3