]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix prompt and debug input
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 05:53:49 +0000 (01:53 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 05:53:49 +0000 (01:53 -0400)
darcs-hash:20080618055349-84dde-8ac49632d06a7b271d13912d46d26c7c1f1ec793.gz

actions/finishopenidlogin.php

index e3db23dc3ee594ab9fa3d3099218a399ce340a47..78044feb5527a1e7db7b5673418b2aba07ed8556 100644 (file)
@@ -33,6 +33,7 @@ class FinishopenidloginAction extends Action {
                        } else if ($this->boolean('connect')) {
                                $this->connect_user();
                        } else {
+                               common_debug(print_r($this->args, true), __FILE__);
                                $this->show_form(_t('Something weird happened.'),
                                                                 $this->trimmed('newname'));
                        }
@@ -66,7 +67,7 @@ class FinishopenidloginAction extends Action {
                                         _t('1-64 lowercase letters or numbers, no punctuation or spaces'));
                common_submit('create', _t('Create'));
                common_element('h2', NULL,
-                                          'Create new account');
+                                          'Connect existing account');
                common_element('p', NULL,
                                           _t('If you already have an account, login with your username and password '.
                                                  'to connect it to your OpenID.'));