quiz: fix debugging notice ->classes = to set_classes.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user