Oops forgot one file.
authorPascal Corpet <pascal.corpet@m4x.org>
Sun, 28 Oct 2007 23:01:57 +0000 (00:01 +0100)
committerPascal Corpet <pascal.corpet@m4x.org>
Sun, 28 Oct 2007 23:04:36 +0000 (00:04 +0100)
modules/register.php

index 32c3fe6..2f6a380 100644 (file)
@@ -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;
         }