MDL-20534 lti: B14 - tiny bit, but savepoint tests require that

This commit is contained in:
Eloy Lafuente (stronk7) 2011-11-18 17:19:59 +01:00
parent 194f2c60ef
commit 668933bcaa

View File

@ -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');