From 0b0265d708d63f8f4c6aa2ab25978b8f46e9ea57 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sat, 13 Jun 2009 00:07:16 +0500 Subject: [PATCH] modulemanager: Change the ideitity attribute typ to type --- core/modulemanager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modulemanager.lua b/core/modulemanager.lua index fdc4832b..601c00d9 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -367,8 +367,8 @@ end); function api:add_feature(xmlns) features_table:set(self.host, self.name, xmlns, true); end -function api:add_identity(category, typ) - identities_table:set(self.host, self.name, category.."\0"..typ, {category = category, typ = typ}); +function api:add_identity(category, type) + identities_table:set(self.host, self.name, category.."\0"..type, {category = category, type = type}); end local event_hook = function(host, mod_name, event_name, ...) -- 2.30.2