diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/register.php | 2 |
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); |