Skip to content
Snippets Groups Projects
Commit 6494872c authored by André Noack's avatar André Noack Committed by David Siegfried
Browse files

Resolve "Ilias Schnittstelle: SOAP_ENABLE wird noch abgefragt"

Closes #4570

Merge request studip/studip!3383
parent 7c23cbbf
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,6 @@ class Admin_IliasInterfaceController extends AuthenticatedController
throw new AccessDeniedException();
}
// check SOAP status
if (!Config::get()->SOAP_ENABLE) {
PageLayout::postError(sprintf(_("Das Stud.IP-Modul für die SOAP-Schnittstelle ist nicht aktiviert. Dieses Modul wird für die Nutzung der ILIAS-Schnittstelle benötigt. Ändern Sie den entsprechenden Eintrag in der %sStud.IP-Konfiguration%s."), '<a href="'.$this->url_for('admin/configuration/configuration?needle=SOAP').'">', '</a>'));
}
// check if interface is active
if (!Config::Get()->ILIAS_INTERFACE_ENABLE ) {
throw new AccessDeniedException(_('Ilias-Interface ist nicht aktiviert.'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment