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 75f4b3717..a4e087f3a 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -199,7 +199,7 @@ function act_auth($act){ //handle logout if($act=='logout'){ $lockedby = checklock($ID); //page still locked? - if($lockedby == $_SERVER['REMOTER_USER']) + if($lockedby == $_SERVER['REMOTE_USER']) unlock($ID); //try to unlock auth_logoff(); |