HESK v3.2.5

This commit is contained in:
Luke Tainton
2022-04-23 17:18:38 +01:00
parent f7cfa565b1
commit 177f99d0ef
136 changed files with 463 additions and 345 deletions

View File

@@ -249,7 +249,7 @@ foreach ($status as $k => $v)
$tmp = count($status);
// Do we need to search by status?
if ( $tmp < 6 )
if ( $tmp < count($hesk_settings['statuses']) )
{
// If no statuses selected, show all
if ($tmp == 0)