From 5b9b02ba3de2eb1c46444c498ebb907f6de88bd4 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 4 Jun 2008 23:10:05 +0200 Subject: [PATCH] Group managers can change the visibility of the group (Closes #814) Signed-off-by: Florent Bruneau --- modules/xnetgrp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index 712b090..bd2fdf2 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -259,7 +259,7 @@ class XnetGrpModule extends PLModule Post::v('descr'), Post::v('site'), Post::v('mail'), Post::v('resp'), Post::v('forum'), Post::has('ax'), - Post::has('pub'), + Post::v('pub'), Post::v('sub_url'), Post::v('unsub_url'), $globals->asso('id')); } -- 2.1.4