MDL-11845 Last checkin accidentally omitted a require_once (hopefully finally done now!!)

This commit is contained in:
sam_marshall
2007-12-07 11:11:13 +00:00
parent 58520f98b0
commit ac1b88eab8
+2
View File
@@ -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);