]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
whitespace in actions/register
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 18:54:44 +0000 (13:54 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 18:54:44 +0000 (13:54 -0500)
darcs-hash:20081202185444-5ed1f-a84761dfb4ffb40d6e90c79d92dcd4b029745300.gz

actions/register.php

index 6acbde1bdac7fd16a5cc4cb08622eda5d1dbf5b7..8ca68528374215a04935dcbc3851d7b16ec868d7 100644 (file)
@@ -62,12 +62,12 @@ class RegisterAction extends Action {
                if ($code) {
                        $invite = Invitation::staticGet($code);
                }
-               
+
                if (common_config('site', 'inviteonly') && !($code && $invite)) {
                        $this->client_error(_('Sorry, only invited people can register.'));
                        return;
                }
-               
+
                # Input scrubbing
 
                $nickname = common_canonical_nickname($nickname);
@@ -166,12 +166,12 @@ class RegisterAction extends Action {
                if ($code) {
                        $invite = Invitation::staticGet($code);
                }
-               
+
                if (common_config('site', 'inviteonly') && !($code && $invite)) {
                        $this->client_error(_('Sorry, only invited people can register.'));
                        return;
                }
-               
+
                common_show_header(_('Register'), NULL, $error, array($this, 'show_top'));
                common_element_start('form', array('method' => 'post',
                                                                                   'id' => 'login',