From: Evan Prodromou Date: Thu, 26 Jun 2008 18:48:11 +0000 (-0400) Subject: some variable names swapped around when I split up the big method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b0beda026a2b922b8554b94a7ef768cb4331e66;p=quix0rs-gnu-social.git some variable names swapped around when I split up the big method darcs-hash:20080626184811-34904-d5d7373acb89b06eb3f0854d83b0ac425a70d1e2.gz --- diff --git a/actions/imsettings.php b/actions/imsettings.php index b76779a709..836c473fcb 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -148,6 +148,8 @@ class ImsettingsAction extends SettingsAction { function add_address() { + $user = common_current_user(); + $jabber = $this->trimmed('jabber'); # Some validation @@ -191,7 +193,7 @@ class ImsettingsAction extends SettingsAction { # XXX: optionally queue for offline sending if (!jabber_is_subscribed($jabber)) { - jabber_special_presence('subscribe', $address); + jabber_special_presence('subscribe', $jabber); } else { jabber_confirm_address($confirm->code, $user->nickname,