From: Raphaël Barrois Date: Sat, 2 Jul 2011 09:33:48 +0000 (+0200) Subject: Oops. X-Git-Tag: xorg/1.1.3~2^2~3 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=20d37dc0215a330bbbe00ba2b97d6b61624a225a;p=platal.git Oops. Signed-off-by: Raphaël Barrois --- diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index 9b04afc..87daf14 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -1278,7 +1278,7 @@ class XnetGrpModule extends PLModule } if ($globals->asso('has_nl')) { - $nl = NewsLetter::forGroup($globals->asso('shortname'); + $nl = NewsLetter::forGroup($globals->asso('shortname')); // Updates group's newsletter subscription. if (Post::i('newsletter') == 1) { $nl->subscribe($user);