better confirm cancel
darcs-hash:20080721162434-84dde-1302ff7dc970e663fc21b336b3da821793b62d86.gz
This commit is contained in:
parent
5e92efe85f
commit
76f6e04a45
|
@ -229,8 +229,8 @@ class SmssettingsAction extends EmailsettingsAction {
|
||||||
$this->show_form(_('No pending confirmation to cancel.'));
|
$this->show_form(_('No pending confirmation to cancel.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($confirm->address != $sms || $confirm->address_extra != $carrier) {
|
if ($confirm->address != $sms) {
|
||||||
$this->show_form(_('That is the wrong IM address.'));
|
$this->show_form(_('That is the wrong confirmation number.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user