From 76f6e04a45eb7ae7ec73f83cda912b69bb0e4ac9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 21 Jul 2008 12:24:34 -0400 Subject: [PATCH] better confirm cancel darcs-hash:20080721162434-84dde-1302ff7dc970e663fc21b336b3da821793b62d86.gz --- actions/smssettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/smssettings.php b/actions/smssettings.php index 34243c72b6..b5d55658f3 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; }