]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better confirm cancel
authorEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 16:24:34 +0000 (12:24 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 16:24:34 +0000 (12:24 -0400)
darcs-hash:20080721162434-84dde-1302ff7dc970e663fc21b336b3da821793b62d86.gz

actions/smssettings.php

index 34243c72b6f154dfd8ed2d655a441905a7f8198e..b5d55658f3b9b4f201836d3eaceeaacc5534b372 100644 (file)
@@ -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;
                }