From 6e0cfd908b68897195e2b40916fab4268edd67d9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 13:50:22 -0400 Subject: fixup some nickname handling darcs-hash:20080517175022-84dde-475a63e7f8d400c508d259fcbc9959588720316b.gz --- actions/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/register.php') 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); -- cgit v1.2.3-54-g00ecf