Skip to content

Commit 28f65d2

Browse files
committed
version: 2025032700 hot-fix typo login.php
1 parent 27b1618 commit 28f65d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
$scope = optional_param('scope', false, PARAM_TEXT);
3535
$state = optional_param('state', false, PARAM_TEXT);
3636
$nonce = optional_param('nonce', false, PARAM_TEXT);
37-
$url = $CFG->wwwroot . '/local/oauth/login.php?client_id=' . $clientidi . '&response_type=' . $responsetype;
37+
$url = $CFG->wwwroot . '/local/oauth/login.php?client_id=' . $clientid . '&response_type=' . $responsetype;
3838

3939
if ($scope) {
4040
$url .= '&scope=' . $scope;

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die;
2525

26-
$plugin->version = 2025022000; // The (date) version of this plugin.
26+
$plugin->version = 2025032700; // The (date) version of this plugin.
2727
$plugin->requires = 2022112800; // Requires this Moodle version.
2828
$plugin->component = 'local_oauth';
2929
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)