mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT

This commit is contained in:
samhemelryk
2009-09-08 03:46:52 +00:00
parent a8744ef11d
commit 4e0c07f7d8
+1 -1
View File
@@ -22,7 +22,7 @@ class quiz_default_report {
}
function print_header_and_tabs($cm, $course, $quiz, $reportmode="overview") {
global $CFG;
global $CFG, $PAGE, $OUTPUT;
/// Define some strings
$strquizzes = get_string("modulenameplural", "quiz");
$strquiz = get_string("modulename", "quiz");