modified : profile included in user profile
This commit is contained in:
parent
ec97a66fa6
commit
2e3b6f8b90
1 changed files with 6 additions and 1 deletions
|
@ -87,8 +87,13 @@ class userquery extends CBCategory{
|
|||
|
||||
$udetails = "";
|
||||
|
||||
if($this->userid)
|
||||
if($this->userid){
|
||||
$udetails = $this->get_user_details($this->userid,true);
|
||||
$user_profile = $this->get_user_profile($this->userid);
|
||||
if ($udetails && $user_profile){
|
||||
$udetails['profile'] = $user_profile;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue