Skip to content

Commit

Permalink
changed < to <= for people who already upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalmsten-panopto committed Oct 24, 2016
1 parent 56e0a39 commit 90ec704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function xmldb_block_panopto_upgrade($oldversion = 0) {
upgrade_block_savepoint(true, 2015012901, 'panopto');
}

if ($oldversion < 2016101227) {
if ($oldversion <= 2016101227) {
// Move block global settings to <prefix>_config_plugin table.
// First, move each server configuration. We are not relying here on
// block_panopto_server_number to determine number of servers, as there
Expand Down

0 comments on commit 90ec704

Please sign in to comment.