Skip to content

Commit

Permalink
MDL-11845 Last checkin accidentally omitted a require_once (hopefully…
Browse files Browse the repository at this point in the history
… finally done now!!)
  • Loading branch information
sam_marshall committed Dec 7, 2007
1 parent 58520f9 commit ac1b88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/componentlib.class.php
Expand Up @@ -124,6 +124,8 @@
// error to be retrieved by one standard get_string() call against the error.php lang file.
//
// That's all!
global $CFG;
require_once($CFG->libdir.'/filelib.php');

// Some needed constants
define('ERROR', 0);
Expand Down

0 comments on commit ac1b88e

Please sign in to comment.