]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
get the correct code
authorEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 01:24:05 +0000 (21:24 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 21 Jul 2008 01:24:05 +0000 (21:24 -0400)
darcs-hash:20080721012405-84dde-f320413d02473f2a1ee6c64ade0357fa6d089ee3.gz

actions/smssettings.php

index e85852606f20a0c4a82e699164b84dd3c6301574..c2c305128de4903fe4ec737cf911e7c35d094eb5 100644 (file)
@@ -317,6 +317,6 @@ class SmssettingsAction extends EmailsettingsAction {
                }
                
                common_redirect(common_local_url('confirmaddress', 
-                                                                                array('code' => $this->code)));
+                                                                                array('code' => $code)));
        }
 }