diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php index ac546a642..434cc06c3 100644 --- a/identification.php +++ b/identification.php @@ -40,7 +40,7 @@ $redirect_to = ''; if ( !empty($_GET['redirect']) ) { $redirect_to = urldecode($_GET['redirect']); - if ( $user['is_the_guest'] ) + if ( is_a_guest() ) { array_push($errors, l10n('access_forbiden')); } |