Internal: Fix returned data when searching session - refs BT#22255

pull/6006/head
Angel Fernando Quiroz Campos 9 months ago
parent 2ecb7bfe54
commit 6e737f3f83
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      public/main/inc/ajax/session.ajax.php

@ -66,7 +66,7 @@ switch ($action) {
foreach ($sessions as $session) {
$list['items'][] = [
'id' => $session['id'],
'text' => $session['name'],
'text' => $session['title'],
];
}

Loading…
Cancel
Save