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
|
* @retval void
|
||||||
**/
|
**/
|
||||||
function handle_ajax($request) {
|
function handle_ajax($request) {
|
||||||
|
LSsession :: setAjaxDisplay();
|
||||||
$data = null;
|
$data = null;
|
||||||
switch ($request -> type) {
|
switch ($request -> type) {
|
||||||
case 'class':
|
case 'class':
|
||||||
|
|
Loading…
Reference in a new issue