diff --git a/mod/lti/db/upgrade.php b/mod/lti/db/upgrade.php index c01b564e471..33aa23c0d0b 100644 --- a/mod/lti/db/upgrade.php +++ b/mod/lti/db/upgrade.php @@ -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');