MDL-33808 - format title on the repository instance screen

This commit is contained in:
Dan Poltawski
2012-06-19 12:10:26 +08:00
parent 4a35940233
commit 6ceafdb00a
+1 -1
View File
@@ -1253,7 +1253,7 @@ abstract class repository {
}
$type = repository::get_type_by_id($i->options['typeid']);
$table->data[] = array($i->name, $type->get_readablename(), $settings, $delete);
$table->data[] = array(format_string($i->name), $type->get_readablename(), $settings, $delete);
//display a grey row if the type is defined as not visible
if (isset($type) && !$type->get_visible()) {