forked from mirrors/easyappointments
Removed unused variable
This commit is contained in:
parent
e4774ee991
commit
270b29dccc
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ class Account extends EA_Controller {
|
|||
|
||||
$user_id = session('user_id');
|
||||
|
||||
$role_slug = session('role_slug');
|
||||
|
||||
$account = $this->users_model->find($user_id);
|
||||
|
||||
script_vars([
|
||||
|
|
Loading…
Reference in a new issue