From 20d37dc0215a330bbbe00ba2b97d6b61624a225a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 2 Jul 2011 11:33:48 +0200 Subject: [PATCH] Oops. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/xnetgrp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.1.4