From: nicolasconnault Date: Fri, 13 Apr 2007 02:00:41 +0000 (+0000) Subject: MDL-9273 Applied suggested fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f4f274d10ca80cd1163fd12abbf630f0bd5f4fb9;p=moodle.git MDL-9273 Applied suggested fix --- 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