From f38f2d474d2d890892c13ff2d4adc10b3c4bb8fe Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 1 Oct 2009 10:07:09 +0000 Subject: [PATCH] quiz: fix debugging notice ->classes = to set_classes. --- mod/quiz/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/view.php b/mod/quiz/view.php index 708eb15f23..909f8612c5 100644 --- a/mod/quiz/view.php +++ b/mod/quiz/view.php @@ -181,7 +181,7 @@ // Prepare table header $table = new html_table(); - $table->class = 'generaltable quizattemptsummary'; + $table->set_classes('generaltable quizattemptsummary'); $table->head = array(); $table->align = array(); $table->size = array(); -- 2.39.5