From c9f8e57f4a24ee5908e2b9b6829b810c3d069234 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 4 Oct 2006 04:45:58 +0000 Subject: [PATCH] FIxed category editing button --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 46d2aedfda..08330f03fe 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3834,7 +3834,7 @@ function update_category_button($categoryid) { } return "
framename\" method=\"get\" action=\"$CFG->wwwroot/course/category.php\">". "". - "". + "". "sesskey\" />". "
"; } -- 2.39.5