summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-26 11:20:44 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-26 11:20:44 -0400
commitb7d927cd41bca85d55a45f450bbbf87f61bced24 (patch)
treef998f7b687111e4c496de4f0d99fb751323abe11 /lib/jabber.php
parent6537de69f20ecd0784e0e3f95d2a2307c42f7ae6 (diff)
correct confirm code
darcs-hash:20080626152044-34904-2724922671149ab7ee40241d96199d80e2ecc1fe.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index 7e33b8e39..340264cc2 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -88,10 +88,10 @@ function jabber_confirm_address($code, $nickname, $address) {
# Hopefully this goes through if we're not already subscribed
- $body = 'User "' . $nickname . '" on ' . common_config('site', 'name') .
+ $body = 'User "' . $nickname . '" on ' . common_config('site', 'name') . ' ' .
'has said that your Jabber ID belongs to them. ' .
'If that\'s true, you can confirm by clicking on this URL: ' .
- common_local_url('confirmaddress', array('code' => $confirm->code)) .
+ common_local_url('confirmaddress', array('code' => $code)) .
' . (If you cannot click it, copy-and-paste it into the ' .
'address bar of your browser). If that user isn\'t you, ' .
'or if you didn\'t request this confirmation, just ignore this message.';