diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-21 12:24:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-21 12:24:34 -0400 |
commit | 76f6e04a45eb7ae7ec73f83cda912b69bb0e4ac9 (patch) | |
tree | 821b853f4dcb009ddf6063302673430bb64fd202 /actions/smssettings.php | |
parent | 5e92efe85f91effdb42a3aa64f9c699f32035005 (diff) |
better confirm cancel
darcs-hash:20080721162434-84dde-1302ff7dc970e663fc21b336b3da821793b62d86.gz
Diffstat (limited to 'actions/smssettings.php')
-rw-r--r-- | actions/smssettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/smssettings.php b/actions/smssettings.php index 34243c72b..b5d55658f 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -229,8 +229,8 @@ class SmssettingsAction extends EmailsettingsAction { $this->show_form(_('No pending confirmation to cancel.')); return; } - if ($confirm->address != $sms || $confirm->address_extra != $carrier) { - $this->show_form(_('That is the wrong IM address.')); + if ($confirm->address != $sms) { + $this->show_form(_('That is the wrong confirmation number.')); return; } |