Skip to content

Commit

Permalink
MDL-9273 Applied suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Apr 13, 2007
1 parent 3cba887 commit fdaeef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/category.php
Expand Up @@ -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
Expand Down

0 comments on commit fdaeef0

Please sign in to comment.