We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4e591 commit 776b5c2Copy full SHA for 776b5c2
1 file changed
components/ILIAS/Mail/classes/class.ilMailOptionsGUI.php
@@ -59,16 +59,6 @@ public function __construct(
59
public function executeCommand(): void
60
{
61
if (!$this->mail_options->mayManageInvididualSettings()) {
62
- $referrer = '';
63
- if ($this->http->wrapper()->query()->has('referrer')) {
64
- $referrer = $this->http->wrapper()->query()->retrieve(
65
- 'referrer',
66
- $this->refinery->kindlyTo()->string()
67
- );
68
- }
69
- if (strtolower(PersonalSettingsGUI::class) === strtolower($referrer)) {
70
- $this->ctrl->redirectByClass(PersonalSettingsGUI::class);
71
72
$this->ctrl->redirectByClass(ilMailGUI::class);
73
}
74
0 commit comments