Skip to content

Commit

Permalink
IMSCP MDL-21687 include completionlib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Jun 23, 2010
1 parent 0c57c86 commit aac4cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/imscp/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

require('../../config.php');
require_once("$CFG->dirroot/mod/imscp/locallib.php");
require_once($CFG->libdir . '/completionlib.php');

$id = optional_param('id', 0, PARAM_INT); // Course module ID
$i = optional_param('i', 0, PARAM_INT); // IMS CP instance id
Expand Down

0 comments on commit aac4cb9

Please sign in to comment.