Skip to content

Commit

Permalink
correction warning
Browse files Browse the repository at this point in the history
  • Loading branch information
poleumdev authored Feb 19, 2021
1 parent 87bad43 commit 830cfd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lst_launch.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@
die;
}

$matchcount = $DB->count_records('tool_attestoodle_launch_log');

if ($action == '') {
echo $OUTPUT->header();

$matchcount = $DB->count_records('tool_attestoodle_launch_log');
echo $OUTPUT->heading(get_string('nblaunch', 'tool_history_attestoodle', $matchcount));

// Per page.
echo choiceperpage($OUTPUT, $perpage);
}
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->component = 'tool_history_attestoodle';
$plugin->release = '0.1.0';
$plugin->version = 2021021911;
$plugin->version = 2021021912;
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
Expand Down

0 comments on commit 830cfd3

Please sign in to comment.