Hesk version: 3.4.3
Hey!

Code: Select all
PHP Warning: Undefined variable $attachments in (...) /admin/admin_ticket.php on line 378
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in (...) /admin/admin_ticket.php:378
Line 378:
Code: Select all
if ( count($attachments) || strlen($msg) || count($hesk_error_buffer) )
Code: Select all
if ( (!empty($attachments) && count($attachments)) || strlen($msg) || count($hesk_error_buffer) )
