Skip to content

Commit

Permalink
Merge branch 'MDL-41143-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 21, 2013
2 parents 2af95c4 + 30905b5 commit a101c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/editsection.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

require_once("../config.php");
require_once("lib.php");
require_once($CFG->libdir . '/formslib.php');
require_once($CFG->libdir . '/conditionlib.php');

$id = required_param('id', PARAM_INT); // course_sections.id
Expand Down

0 comments on commit a101c7f

Please sign in to comment.