Skip to content

Commit

Permalink
Merge branch 'wip-mdl-39827' of git://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 4, 2013
2 parents ea746c0 + 0ca328e commit 4dfadbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
if ($swapcategory and $movecategory) {
$DB->set_field('course_categories', 'sortorder', $swapcategory->sortorder, array('id' => $movecategory->id));
$DB->set_field('course_categories', 'sortorder', $movecategory->sortorder, array('id' => $swapcategory->id));
cache_helper::purge_by_event('changesincoursecat');
add_to_log(SITEID, "category", "move", "editcategory.php?id=$movecategory->id", $movecategory->id);
}

Expand Down

0 comments on commit 4dfadbc

Please sign in to comment.