# HG changeset patch
# User Florian Zeitz <florob@babelmonkeys.de>
# Date 1281638641 -7200
# Node ID fba130c16818da905b87f84ed4a8c7ca83740363
# Parent  2d1a5d8893c2eb9db29836caea9c61103ea55459
mod_privacy: Fix typo causing <active/> to never be send

diff -r 2d1a5d8893c2 -r fba130c16818 plugins/mod_privacy.lua
--- 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