Skip to content

Commit

Permalink
MDL-41143 course: Missing formslib required for constant use
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Aug 21, 2013
1 parent 2ecd284 commit 30905b5
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 30905b5

Please sign in to comment.