Bug fix patches
- Added language translation words in langusge files - Updated bugsnage API key - Fixed PHP7.2 issues in organization view and ticket reply reading
This commit is contained in:

committed by
Manish Verma

parent
334a7a8299
commit
b288ec57a3
@@ -904,7 +904,7 @@ class TicketController extends Controller
|
||||
$find_number = Tickets::where('ticket_number', '=', $new_subject)->first();
|
||||
$thread_body = explode('---Reply above this line---', $body);
|
||||
$body = $thread_body[0];
|
||||
if (count($find_number) > 0) {
|
||||
if ($find_number->count() > 0) {
|
||||
$id = $find_number->id;
|
||||
$ticket_number = $find_number->ticket_number;
|
||||
if ($find_number->status > 1) {
|
||||
|
Reference in New Issue
Block a user