From a1a6cf111690f427e11f72c3785aea7fcdd013d1 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 21 Jul 2009 07:08:08 +0000 Subject: [PATCH] quiz: MDL-19813 missing global $OUTPUT. --- mod/quiz/tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/tabs.php b/mod/quiz/tabs.php index ac56d03325..8b0e16a7af 100644 --- a/mod/quiz/tabs.php +++ b/mod/quiz/tabs.php @@ -6,7 +6,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package quiz */ -global $DB; +global $DB, $OUTPUT; if (empty($quiz)) { if (empty($attemptobj)) { print_error('cannotcallscript'); -- 2.39.5