Unset the provider settings property for the book success page (#664).

This commit is contained in:
alext 2019-12-04 09:48:57 +01:00
parent 14bbd793bf
commit da98768cd0

View file

@ -309,6 +309,9 @@ class Appointments extends CI_Controller {
$company_name = $this->settings_model->get_setting('company_name');
//get the exceptions
$exceptions = $this->session->flashdata('book_success');
unset($provider['settings']);
// :: LOAD THE BOOK SUCCESS VIEW
$view = [
'appointment_data' => $appointment,