Merge branch '2.3.x' into 2.3.x-saas
Conflicts: airtime_mvc/application/models/User.php
This commit is contained in:
commit
0a198ae424
20 changed files with 184 additions and 51 deletions
|
@ -343,6 +343,8 @@ class Application_Model_User
|
|||
$res['iTotalDisplayRecords']--;
|
||||
$res['iTotalRecords']--;
|
||||
}
|
||||
|
||||
$record = array_map('htmlspecialchars', $record);
|
||||
}
|
||||
|
||||
$res['aaData'] = array_values($res['aaData']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue