From bbdfd6936b221326baae629a63ab43c33191698b Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 25 May 2010 14:57:35 +0200 Subject: [PATCH] Changes a call on to a call on . MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/register.php b/modules/register.php index 9c90e09..22a206e 100644 --- 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($uid); + Profile::rebuildSearchTokens($pid); // Notify other users which were watching for her arrival. XDB::execute('REPLACE INTO contacts (uid, contact) -- 2.1.4