mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
unify hcard and vcard: make $pdesc available in hcard&vcard
This commit is contained in:
parent
39b37281a7
commit
cd7ec72b20
10 changed files with 29 additions and 18 deletions
|
@ -190,7 +190,7 @@ if(! function_exists('profile_sidebar')) {
|
|||
$o = '';
|
||||
$location = false;
|
||||
$address = false;
|
||||
$pdesc = true;
|
||||
// $pdesc = true;
|
||||
|
||||
if((! is_array($profile)) && (! count($profile)))
|
||||
return $o;
|
||||
|
@ -371,7 +371,7 @@ if(! function_exists('profile_sidebar')) {
|
|||
'$account_type' => $account_type,
|
||||
'$location' => $location,
|
||||
'$gender' => $gender,
|
||||
'$pdesc' => $pdesc,
|
||||
// '$pdesc' => $pdesc,
|
||||
'$marital' => $marital,
|
||||
'$homepage' => $homepage,
|
||||
'$about' => $about,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue