From 6bdd02e40b156283b6c6e73e5d4e5eb18b9eef8c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 31 Jan 2005 18:10:50 +0000 Subject: [PATCH] Avoid some probles when returning to the original user after using the loginas feature. (sesskey not set) --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index dddc142a88..7f9578ff6b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2679,7 +2679,7 @@ function update_module_button($moduleid, $courseid, $string) { return "
framename\" method=\"get\" action=\"$CFG->wwwroot/course/mod.php\">". "". "". - "sesskey\" />". + "". "
"; } else { return ''; -- 2.39.5