Merge branch 'MDL-45764_generalTool' of https://github.com/moodlerooms/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2014-06-24 00:01:51 +02:00
+1 -1
View File
@@ -212,7 +212,7 @@ function lti_get_types() {
$type = new stdClass();
$type->modclass = MOD_CLASS_ACTIVITY;
$type->type = 'lti';
$type->type = '';
$type->typestr = get_string('generaltool', 'mod_lti');
$type->help = $help;
$types[] = $type;