Skip to content

Commit

Permalink
MDL-20534 lti: B14 - tiny bit, but savepoint tests require that
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 18, 2011
1 parent 194f2c6 commit 668933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/db/upgrade.php
Expand Up @@ -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');
Expand Down

0 comments on commit 668933b

Please sign in to comment.