projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a7cf3
)
Changes a call on to a call on .
author
Stéphane Jacob
<sj@m4x.org>
Tue, 25 May 2010 12:57:35 +0000
(14:57 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 26 May 2010 07:42:20 +0000
(09:42 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/register.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/register.php
b/modules/register.php
index
9c90e09
..
22a206e
100644
(file)
--- a/
modules/register.php
+++ b/
modules/register.php
@@
-395,7
+395,7
@@
class RegisterModule extends PLModule
$mymail->send();
// Index the user, to allow her to appear in searches.
- Profile::rebuildSearchTokens($
u
id);
+ Profile::rebuildSearchTokens($
p
id);
// Notify other users which were watching for her arrival.
XDB::execute('REPLACE INTO contacts (uid, contact)