diff options
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index 4356662d7..62b0e1800 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -68,7 +68,7 @@ function act_dispatch(){ } //register - if($ACT == 'register' && $_POST['save'] && register()){ + if($ACT == 'register' && $INPUT->post->bool('save') && register()){ $ACT = 'login'; } |