quiz: fix debugging notice ->classes = to set_classes.

This commit is contained in:
tjhunt
2009-10-01 10:07:09 +00:00
parent 9950c88ff9
commit f38f2d474d
+1 -1
View File
@@ -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();