Skip to content
Snippets Groups Projects
Commit 424c3c4f authored by Johannes Buchner's avatar Johannes Buchner
Browse files

typo fix for actions.inc #480

darcs-hash:20050729161331-83f7f-4c1853082e93e41ab749ead17e770adc671bb0e4.gz
parent e7cb32dc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment