MDL-30069 Question type icons missing in lots of places.

This commit is contained in:
Tim Hunt
2011-11-15 11:17:18 +00:00
parent 6be90ce05f
commit 5cc021a00b
4 changed files with 56 additions and 15 deletions
+1 -1
View File
@@ -1793,7 +1793,7 @@ function print_qtype_to_add_option($qtype) {
echo '<span class="qtypename">';
$fakequestion = new stdClass();
$fakequestion->qtype = $qtype->name();
print_question_icon($fakequestion);
echo print_question_icon($fakequestion);
echo $qtype->menu_name() . '</span><span class="qtypesummary">' . $summary;
echo "</span></label>\n";
echo "</div>\n";