mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
use correct model and fix style
This commit is contained in:
parent
e21b89cc7c
commit
e957c9feb7
29 changed files with 105 additions and 111 deletions
|
@ -48,12 +48,12 @@ namespace controllers\publics;
|
|||
|
||||
/**
|
||||
* Return receiveds as json.
|
||||
*
|
||||
*
|
||||
* @param bool $unread : Should we only search for unread messages
|
||||
*/
|
||||
public function list_json(bool $unread = false)
|
||||
{
|
||||
$draw = (int)($_GET['draw'] ?? false);
|
||||
$draw = (int) ($_GET['draw'] ?? false);
|
||||
|
||||
$columns = [
|
||||
0 => 'searchable_origin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue