Merge remote branch 'origin/xorg/maint' into xorg/master
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 16 Dec 2010 20:11:38 +0000 (21:11 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 16 Dec 2010 20:11:38 +0000 (21:11 +0100)
Conflicts:
core
modules/payment.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
1  2 
modules/payment.php
modules/xnetgrp.php

Simple merge
@@@ -249,10 -249,10 +249,9 @@@ class XnetGrpModule extends PLModul
          global $globals;
  
          $page->changeTpl('xnetgrp/mail.tpl');
-         $mmlist = new MMList(S::v('uid'), S::v('password'),
-                            $globals->asso('mail_domain'));
+         $mmlist = new MMList(S::user(), $globals->asso('mail_domain'));
          $page->assign('listes', $mmlist->get_lists());
          $page->assign('user', S::user());
 -        $page->addJsLink('ajax.js');
  
          if (Post::has('send')) {
              S::assert_xsrf_token();