Skip to content

Commit

Permalink
Merge pull request #83 from Panopto/2017020100-hotfix-release
Browse files Browse the repository at this point in the history
2017020100 release candidate.
  • Loading branch information
jmalmsten-panopto authored Feb 1, 2017
2 parents 4d5eba2 + 20e0529 commit fdd126f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/panopto_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ public function panopto_decorate_username($moodleusername) {
public static function is_main_block_configured() {
$numservers = get_config('block_panopto', 'server_number');
$numservers = isset($numservers) ? $numservers : 0;
++$numservers;

$isconfigured = false;
if ($numservers > 0) {
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// Plugin version should normally be the same as the internal version.
// If an admin wants to install with an older version number, however, set that here.
$plugin->version = 2017012500;
$plugin->version = 2017020100;

// Requires this Moodle version - 2.7.
$plugin->requires = 2014051200;
Expand Down

0 comments on commit fdd126f

Please sign in to comment.