MDL-33808 - format title on the repository instance screen
This commit is contained in:
+1
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user