From fdaeef002a007afc6fe9059d29e368701f256ccf Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 13 Apr 2007 01:59:24 +0000 Subject: [PATCH] MDL-9273 Applied suggested fix --- course/category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/category.php b/course/category.php index 8ddcec21de7..5c872b06417 100644 --- a/course/category.php +++ b/course/category.php @@ -130,7 +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