HOR-286 Adds filtering to processList search output.

This commit is contained in:
Chloe Deguzman
2016-03-04 14:57:30 +00:00
parent 591d4f59c4
commit 94746bff7c

View File

@@ -78,7 +78,7 @@ if (isset( $_POST['category'] ) && $_POST['category'] !== '<reset>') {
}
}
$r = new stdclass();
$r->memkey = $memkey;
$r->memkey = htmlspecialchars($memkey);
$r->memcache = $memcacheUsed;
$r->data = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($proData);
$r->totalCount = $totalCount;