summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php
index d2e54b634..42b46bcc3 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -34,6 +34,7 @@ class RegisterAction extends Action {
}
function try_register() {
+ print_r($this->args);
$nickname = $this->trimmed('nickname');
$email = $this->trimmed('email');