File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
$ scope = optional_param ('scope ' , false , PARAM_TEXT );
35
35
$ state = optional_param ('state ' , false , PARAM_TEXT );
36
36
$ 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 ;
38
38
39
39
if ($ scope ) {
40
40
$ url .= '&scope= ' . $ scope ;
Original file line number Diff line number Diff line change 23
23
*/
24
24
defined ('MOODLE_INTERNAL ' ) || die;
25
25
26
- $ plugin ->version = 2025022000 ; // The (date) version of this plugin.
26
+ $ plugin ->version = 2025032700 ; // The (date) version of this plugin.
27
27
$ plugin ->requires = 2022112800 ; // Requires this Moodle version.
28
28
$ plugin ->component = 'local_oauth ' ;
29
29
$ plugin ->maturity = MATURITY_ALPHA ;
You can’t perform that action at this time.
0 commit comments