Changeset

3453:fba130c16818

mod_privacy: Fix typo causing <active/> to never be send
author Florian Zeitz <florob@babelmonkeys.de>
date Thu, 12 Aug 2010 20:44:01 +0200
parents 3452:2d1a5d8893c2
children 3454:8cf30367aa4f
files plugins/mod_privacy.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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