PMCORE-3369

This commit is contained in:
Paula Quispe
2021-10-01 12:01:09 -04:00
parent b864b754bc
commit 5da23a1251

View File

@@ -877,7 +877,7 @@ class Home extends Api
public function getProcesses($text = null, $category = null, int $offset = 0, int $limit = 15, $paged = true)
{
try {
return Process::getProcessesForHome($text, $category, $offset, $limit);
return Process::getProcessesForHome($text, $category, $offset, $limit, $paged);
} catch (Exception $e) {
throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
}