]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct confirm code
authorEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 15:20:44 +0000 (11:20 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 15:20:44 +0000 (11:20 -0400)
darcs-hash:20080626152044-34904-2724922671149ab7ee40241d96199d80e2ecc1fe.gz

lib/jabber.php

index 7e33b8e399d6ebfa70c586aedfa8c1e228471a8f..340264cc2cfdc45858520eaefc35d5f6e8e1ca95 100644 (file)
@@ -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.';