Skip to content

Commit

Permalink
Correct class import
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Dec 15, 2021
1 parent ae99c87 commit bd6c785
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions block_qtracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

use \local_qtracker\output\issue_registration_block;
use \block_qtracker\quiz_qtracker;
use \block_qtracker\capquiz_qtracker;

defined('MOODLE_INTERNAL') || die();

Expand Down
12 changes: 6 additions & 6 deletions edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
*/

/**
* Form for editing Question Tracker block instances.
*
* @author André Storhaug <andr3.storhaug@gmail.com>
* @copyright 2021 NTNU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* Form for editing Question Tracker block instances.
*
* @author André Storhaug <andr3.storhaug@gmail.com>
* @copyright 2021 NTNU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class block_qtracker_edit_form extends block_edit_form {

protected function specific_definition($mform) {
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021072300;
$plugin->version = 2021121500;
$plugin->requires = 2016120500;
$plugin->cron = 0;
$plugin->component = 'block_qtracker';
Expand Down

0 comments on commit bd6c785

Please sign in to comment.