Group managers can change the visibility of the group (Closes #814)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 4 Jun 2008 21:10:05 +0000 (23:10 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 4 Jun 2008 21:11:24 +0000 (23:11 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/xnetgrp.php

index 712b090..bd2fdf2 100644 (file)
@@ -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'));
             }