summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-17 13:50:22 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-17 13:50:22 -0400
commit6e0cfd908b68897195e2b40916fab4268edd67d9 (patch)
treed5de4f50a8c042cb1c38d100254efdd1e818483b /actions/register.php
parentfb89cf1e4c5229eda9c89b5f30d090d45a7c93d4 (diff)
fixup some nickname handling
darcs-hash:20080517175022-84dde-475a63e7f8d400c508d259fcbc9959588720316b.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index 1f470ccc0..2b41b6a77 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -38,7 +38,7 @@ class RegisterAction extends Action {
$password = $this->arg('password');
$confirm = $this->arg('confirm');
$email = $this->arg('email');
-
+
# Input scrubbing
$nickname = common_canonical_nickname($nickname);