From: Pascal Corpet Date: Sun, 28 Oct 2007 23:01:57 +0000 (+0100) Subject: Oops forgot one file. X-Git-Tag: xorg/0.9.16~245 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b5dd6f2f302ba19af5b2df3619efae1555a53297;p=platal.git Oops forgot one file. --- diff --git a/modules/register.php b/modules/register.php index 32c3fe6..2f6a380 100644 --- a/modules/register.php +++ b/modules/register.php @@ -312,6 +312,9 @@ class RegisterModule extends PLModule require_once('user.func.inc.php'); user_reindex($uid); + // update number of subscribers (perms has changed) + update_NbIns(); + if (!start_connexion($uid, false)) { return PL_FORBIDDEN; }