From f8a25a39131460c24dc3b8897cfb4913a7b7fd86 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 19 Sep 2011 19:18:44 +0200 Subject: [PATCH] typo fixed in comment --- web/Obj/brisk.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 91121e5..57f209c 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2148,7 +2148,7 @@ class Room { log_auth("XXX", sprintf("TROVATO A QUESTO PUNTO [%d] sess [%s] name [%s]", $idx, $sess, $name_new)); - /* there is another user logged with your account and you and him have authenticated => che new user + /* there is another user logged with your account and you and him have authenticated => new user get the session of the old user */ if ($ghost > -1 && $ghost_auth && ($authenticate != FALSE)) { /* swap session */ -- 2.17.1