mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
AJAX routes: ensure to enable AJAX mode even if an error occured handling request
This commit is contained in:
parent
2375f95063
commit
fe1181b531
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ LSurl :: add_handler('#^ajax/keepLSsession/?$#', 'handle_ajax_keepLSsession', tr
|
|||
* @retval void
|
||||
**/
|
||||
function handle_ajax($request) {
|
||||
LSsession :: setAjaxDisplay();
|
||||
$data = null;
|
||||
switch ($request -> type) {
|
||||
case 'class':
|
||||
|
|
Loading…
Reference in a new issue