Update v1.0.6.10
This commit is contained in:
@@ -151,8 +151,8 @@ class FormController extends Controller
|
||||
|
||||
$collaborator = null;
|
||||
$assignto = null;
|
||||
|
||||
if ($this->TicketController->create_user($email, $name, $subject, $details, $phone, $helptopic, $sla, $priority, $source->id, $collaborator, $department, $assignto, $form_extras)) {
|
||||
$auto_response = 0;
|
||||
if ($this->TicketController->create_user($email, $name, $subject, $details, $phone, $helptopic, $sla, $priority, $source->id, $collaborator, $department, $assignto, $form_extras, $auto_response)) {
|
||||
return Redirect::route('guest.getform')->with('success', 'Ticket Created Successfully');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user