Skip to content

Commit

Permalink
Merge pull request ILIAS-eLearning#6229 from mjansenDatabay/hotfix/8/…
Browse files Browse the repository at this point in the history
…37776

SOAP: Fix plugins not working in ILIAS 8(initialisation)
  • Loading branch information
jeph864 authored Sep 3, 2023
2 parents fcec1a4 + 73b4797 commit c83463e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webservice/soap/include/inc.soap_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ public function __call($name, $arguments)
// Note: We need to bootstrap ILIAS in order to get $ilPluginAdmin and load the soap plugins.
// We MUST use a context that does not handle authentication at this point (session is checked by SOAP).
ilContext::init(ilContext::CONTEXT_SOAP_NO_AUTH);
require_once 'Services/Init/classes/class.ilInitialisation.php';
ilInitialisation::initILIAS();
ilContext::init(ilContext::CONTEXT_SOAP);
global $DIC;
Expand Down

0 comments on commit c83463e

Please sign in to comment.