mod_privacy: Fix typo causing <active/> to never be send

Thu, 12 Aug 2010 20:44:01 +0200

author
Florian Zeitz <florob@babelmonkeys.de>
date
Thu, 12 Aug 2010 20:44:01 +0200
changeset 3453
fba130c16818
parent 3452
2d1a5d8893c2
child 3454
8cf30367aa4f

mod_privacy: Fix typo causing <active/> to never be send

plugins/mod_privacy.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_privacy.lua	Sat Aug 14 15:15:35 2010 +0100
+++ b/plugins/mod_privacy.lua	Thu Aug 12 20:44:01 2010 +0200
@@ -203,7 +203,7 @@
 
 	if name == nil then
 		if privacy_lists.lists then
-			if origin.ActivePrivacyList then
+			if origin.activePrivacyList then
 				reply:tag("active", {name=origin.activePrivacyList}):up();
 			end
 			if privacy_lists.default then

mercurial