From: Florent Bruneau Date: Wed, 4 Jun 2008 21:10:05 +0000 (+0200) Subject: Group managers can change the visibility of the group (Closes #814) X-Git-Tag: core/1.0.0~142 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5b9b02ba3de2eb1c46444c498ebb907f6de88bd4;p=platal.git Group managers can change the visibility of the group (Closes #814) Signed-off-by: Florent Bruneau --- 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')); }