- myControl: remove unused personlData property.
This commit is contained in:
@@ -1394,11 +1394,10 @@ EOF;
|
||||
|
||||
$user = $this->user->getById($this->app->user->account);
|
||||
|
||||
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->profile;
|
||||
$this->view->user = $user;
|
||||
$this->view->groups = $this->loadModel('group')->getByAccount($this->app->user->account);
|
||||
$this->view->deptPath = $this->dept->getParents($user->dept);
|
||||
$this->view->personalData = $this->user->getPersonalData();
|
||||
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->profile;
|
||||
$this->view->user = $user;
|
||||
$this->view->groups = $this->loadModel('group')->getByAccount($this->app->user->account);
|
||||
$this->view->deptPath = $this->dept->getParents($user->dept);
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user