* Finish task #9091.

This commit is contained in:
holan20180123
2021-01-26 14:28:22 +08:00
parent b0e553081e
commit 05e01bf850
5 changed files with 125 additions and 105 deletions
+1 -2
View File
@@ -520,8 +520,7 @@ class user extends control
$this->view->personalData = $this->user->getPersonalData($user->account);
$this->view->userList = $this->user->setUserList($users, $userID, $fromModule);
if(isonlybody()) $this->display('my', 'profile');
if(!isonlybody()) $this->display();
$this->display();
}
/**