Skip to content

Commit

Permalink
IOMAD: need context_system added to class files in IOMAD OIDC plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
turf212 committed Sep 18, 2023
1 parent f488af9 commit b290676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions auth/iomadoidc/classes/iomadoidcclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

use moodle_exception;
use moodle_url;
use context_system;
use iomad;

defined('MOODLE_INTERNAL') || die();
Expand Down
1 change: 1 addition & 0 deletions auth/iomadoidc/classes/loginflow/authcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
use moodle_url;
use pix_icon;
use iomad;
use context_system;

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

Expand Down
1 change: 1 addition & 0 deletions auth/iomadoidc/classes/loginflow/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
use auth_iomadoidc\iomadoidcclient;
use core_user;
use stdClass;
use context_system;
use iomad;

defined('MOODLE_INTERNAL') || die();
Expand Down
1 change: 1 addition & 0 deletions auth/iomadoidc/classes/loginflow/rocreds.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

namespace auth_iomadoidc\loginflow;
use iomad;
use context_system;

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

Expand Down

0 comments on commit b290676

Please sign in to comment.