Skip to content

Commit 0e5b7e1

Browse files
committed
Fix PHP bug
1 parent b37818c commit 0e5b7e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/classes/WebApi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
class WebApi extends MoodleApi
4242
{
4343
protected $token = null;
44+
protected $ctrl = null;
4445

4546
public function __construct($DB, $COURSE, $USER){
4647
parent::__construct($DB, $COURSE, $USER);

src/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

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

19-
$plugin->version = 2024071007;
19+
$plugin->version = 2024071008;
2020
$plugin->requires = 2020061500.00; // Moodle 3.9.0
2121
$plugin->component = 'tool_recitapis';
22-
$plugin->release = 'v1.0.17-beta';
22+
$plugin->release = 'v1.0.18-beta';
2323
$plugin->supported = [39, 405]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
2424
$plugin->maturity = MATURITY_BETA; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE

0 commit comments

Comments
 (0)