mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Fix the update page error (missing proper template variable assignment)
This commit is contained in:
parent
0e2eced83c
commit
e784df50e9
1 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,8 @@ class Update extends EA_Controller {
|
|||
$view = ['success' => FALSE, 'exception' => $e->getMessage()];
|
||||
}
|
||||
|
||||
$this->load->view('pages/update', $view);
|
||||
html_vars($view);
|
||||
|
||||
$this->load->view('pages/update');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue