Skip to content
Snippets Groups Projects
Commit 8918539b authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Coding style

parent 20bd4c2f
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,6 @@ class form_trigger_instance extends \moodleform {
get_string('pluginname', 'lifecycletrigger_' . $this->subpluginname));
$mform->setDefault('subpluginname', $this->subpluginname);
// Setting the default values for the local trigger settings.
if ($this->settings) {
foreach ($this->settings as $key => $value) {
......
......@@ -298,6 +298,5 @@ function xmldb_tool_lifecycle_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2018101000, 'tool', 'lifecycle');
}
return true;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment