HOR-2456
This commit is contained in:
@@ -115,21 +115,15 @@ try {
|
||||
G::LoadClass("applications");
|
||||
|
||||
$apps = new Applications();
|
||||
$data = $apps->getAll(
|
||||
$data = $apps->searchAll(
|
||||
$userUid,
|
||||
$start,
|
||||
$limit,
|
||||
$action,
|
||||
$filter,
|
||||
$search,
|
||||
$process,
|
||||
$filterStatus,
|
||||
$type,
|
||||
$dateFrom,
|
||||
$dateTo,
|
||||
$callback,
|
||||
$dir,
|
||||
(strpos($sort, ".") !== false)? $sort : "APP_CACHE_VIEW." . $sort,
|
||||
(strpos($sort, ".") !== false)? $sort : "APPLICATION." . $sort,
|
||||
$category
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user