From 72aed335acfdcceeaf613fc313e7ad39c3866e4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 20 Sep 2011 16:56:12 +0200 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetgrp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index 0de64cc..2b5966d 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -1323,7 +1323,7 @@ class XnetGrpModule extends PLModule if (Post::i('newsletter') == 1) { $nl->subscribe($user); } else { - $nl->unsubscribe(null, $user->id); + $nl->unsubscribe(null, $user->id()); } } } -- 2.1.4