Skip to content

Commit

Permalink
MDL-41502 course: removed classes and files deprecated in 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 3, 2014
1 parent 4de51c2 commit a67c56d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 273 deletions.
48 changes: 0 additions & 48 deletions course/delete_category_form.php

This file was deleted.

66 changes: 0 additions & 66 deletions course/editcategory_form.php

This file was deleted.

158 changes: 0 additions & 158 deletions course/manage.php

This file was deleted.

1 change: 0 additions & 1 deletion course/management.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@
if (!$category->can_delete()) {
throw new moodle_exception('permissiondenied', 'error', '', null, 'coursecat::can_resort');
}
require_once($CFG->dirroot.'/course/delete_category_form.php');
$mform = new core_course_deletecategory_form(null, $category);
if ($mform->is_cancelled()) {
redirect($PAGE->url);
Expand Down

0 comments on commit a67c56d

Please sign in to comment.