Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
59925af5
Commit
59925af5
authored
Jan 19, 2017
by
Andrew Nicols
Browse files
MDL-57613 enrol_lti: Correct location of upgrade step
parent
121c17a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
enrol/lti/db/upgrade.php
View file @
59925af5
...
...
@@ -242,6 +242,9 @@ function xmldb_enrol_lti_upgrade($oldversion) {
upgrade_plugin_savepoint
(
true
,
2016052304
,
'enrol'
,
'lti'
);
}
// Automatically generated Moodle v3.2.0 release upgrade line.
// Put any upgrade step following this.
if
(
$oldversion
<
2017011300
)
{
// Changing precision of field value on table enrol_lti_lti2_nonce to (64).
...
...
@@ -255,8 +258,5 @@ function xmldb_enrol_lti_upgrade($oldversion) {
upgrade_plugin_savepoint
(
true
,
2017011300
,
'enrol'
,
'lti'
);
}
// Automatically generated Moodle v3.2.0 release upgrade line.
// Put any upgrade step following this.
return
true
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment