Skip to content

Commit

Permalink
Merge branch 'MDL-53770-30' of git://github.com/marinaglancy/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_30_STABLE
  • Loading branch information
David Monllao committed Apr 12, 2016
2 parents 6639edc + 0169a60 commit c9db0e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mod/lti/classes/plugininfo/ltisource.php
Expand Up @@ -69,4 +69,13 @@ public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $
$ADMIN->add($parentnodename, $settings);
}
}

/**
* Should there be a way to uninstall the plugin via the administration UI.
*
* @return bool
*/
public function is_uninstall_allowed() {
return true;
}
}

0 comments on commit c9db0e8

Please sign in to comment.