From f4f274d10ca80cd1163fd12abbf630f0bd5f4fb9 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 13 Apr 2007 02:00:41 +0000 Subject: [PATCH] MDL-9273 Applied suggested fix --- course/category.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/course/category.php b/course/category.php index 96d3ff633b..5c872b0641 100644 --- a/course/category.php +++ b/course/category.php @@ -130,8 +130,7 @@ /// Editing functions - if ($adminediting) { - + if ($creatorediting) { /// Move a specified course to a new category if (!empty($moveto) and $data = data_submitted() and confirm_sesskey()) { // Some courses are being moved -- 2.39.5