Can request serveral list at the same time.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 19:16:42 +0000 (21:16 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 19:16:42 +0000 (21:16 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/validations/listes.inc.php

index 6710d4a..ffa56ee 100644 (file)
@@ -43,7 +43,7 @@ class ListeReq extends Validate
     public function __construct($_uid, $_liste, $_desc, $_advertise, $_modlevel,
                                 $_inslevel, $_owners, $_members, $_stamp=0)
     {
-        parent::__construct($_uid, true, 'liste', $_stamp);
+        parent::__construct($_uid, false, 'liste', $_stamp);
 
         $this->liste     = $_liste;
         $this->desc      = $_desc;