Skip to content

Commit 1dde937

Browse files
[FIX] Contact: Fix pagination in ilMailMemberSearchGUI
See: https://mantis.ilias.de/view.php?id=47592 (cherry picked from commit 3e667cf)
1 parent 1677aa5 commit 1dde937

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

components/ILIAS/Contact/classes/class.ilMailMemberSearchGUI.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,9 @@ protected function nextMailForm(): void
193193

194194
return;
195195
}
196-
} else {
197-
$this->showSelectableUsers();
198-
199-
return;
200196
}
197+
198+
$this->ctrl->redirect($this, 'showSelectableUsers');
201199
}
202200

203201
$this->showSearchForm($form);

0 commit comments

Comments
 (0)