Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions classes/class.ilMumieTaskHookPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ private function logoutFromAllServers(): void
}, ilMumieTaskServer::getAllServers());

$ctrl = $DIC->ctrl();
$ctrl->setTargetScript('logout.php');
$returnUrl = ILIAS_HTTP_PATH . '/' . $ctrl->getLinkTargetByClass([ilStartUpGUI::class], 'doLogout');
$ctrl->setTargetScript('ilias.php');

$redirectUrl = ILIAS_HTTP_PATH . '/Customizing/global/plugins/Services/EventHandling/EventHook/MumieTaskHook/prelogout.php'
. '?logoutUrl=' . urlencode(json_encode($logoutUrls))
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
$id = 'mumie_task_events';

// code version; must be changed for all code changes
$version = '4.0';
$version = '4.0.2';

// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = '9.0';
$ilias_max_version = '9.99';
$ilias_min_version = '10.0';
$ilias_max_version = '10.99';

// optional, but useful: Add one or more responsible persons and a contact email
$responsible = 'Tobias Goltz';
Expand Down