Skip to content

Commit

Permalink
Merge branch 'MDL-70264-310' of git://github.com/sarjona/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_310_STABLE
  • Loading branch information
andrewnicols committed Feb 16, 2021
2 parents 296e9ed + dcee794 commit 3b9d4c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion badges/classes/oauth2/client.php
Expand Up @@ -173,7 +173,7 @@ public function base64url_encode($plaintext) {
* @return moodle_url url of callback
*/
public static function callback_url() {
return new moodle_url('/badges/oauth2callback.php');
return new moodle_url('/admin/oauth2callback.php');
}

/**
Expand Down
57 changes: 0 additions & 57 deletions badges/oauth2callback.php

This file was deleted.

0 comments on commit 3b9d4c2

Please sign in to comment.