projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328d279
)
Oops forgot one file.
author
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 28 Oct 2007 23:01:57 +0000
(
00:01
+0100)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 28 Oct 2007 23:04:36 +0000
(
00:04
+0100)
modules/register.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/register.php
b/modules/register.php
index
32c3fe6
..
2f6a380
100644
(file)
--- 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;
}