dump args to browser for debugging
darcs-hash:20080529151317-84dde-046fffcfacea163bf14d5a0ee6838581e3a9ebe4.gz
This commit is contained in:
parent
4df3d357c1
commit
9bb55af26f
@ -34,6 +34,7 @@ class RegisterAction extends Action {
|
||||
}
|
||||
|
||||
function try_register() {
|
||||
print_r($this->args);
|
||||
$nickname = $this->trimmed('nickname');
|
||||
$email = $this->trimmed('email');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user