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 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
3939if ($ scope ) {
4040 $ url .= '&scope= ' . $ scope ;
Original file line number Diff line number Diff line change 2323 */
2424defined ('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 ;
You can’t perform that action at this time.
0 commit comments