mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-20534 lti: B14 - tiny bit, but savepoint tests require that
This commit is contained in:
parent
194f2c60ef
commit
668933bcaa
@ -64,7 +64,7 @@ function xmldb_lti_upgrade($oldversion) {
|
||||
|
||||
$dbman = $DB->get_manager();
|
||||
|
||||
if($oldversion < 2011111600){
|
||||
if ($oldversion < 2011111600){
|
||||
// Rename showdescription to showdescriptionlaunch to not conflict with setting from core Moodle
|
||||
// Rename showtitle as well to be consistent
|
||||
$table = new xmldb_table('lti');
|
||||
|
Loading…
x
Reference in New Issue
Block a user