MDL-42670 mod_assign: include missing assign/localib.php

This commit is contained in:
Eloy Lafuente (stronk7)
2015-09-07 22:56:55 +02:00
parent acefd2e24f
commit a178221dcc
+1
View File
@@ -530,6 +530,7 @@ function assign_print_overview($courses, &$htmlarray) {
*/
function assign_print_recent_activity($course, $viewfullnames, $timestart) {
global $CFG, $USER, $DB, $OUTPUT;
require_once($CFG->dirroot . '/mod/assign/locallib.php');
// Do not use log table if possible, it may be huge.