diff options
Diffstat (limited to 'inc/actions.php')
-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 41e81e267..af2399983 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -383,7 +383,7 @@ function act_auth($act){ // rebuild info array $INFO = pageinfo(); - return 'login'; + act_redirect($ID,'login'); } return $act; |