mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:10:11 +00:00
Changed default value
This commit is contained in:
parent
e374aecc46
commit
6d3949d54a
10 changed files with 12 additions and 12 deletions
|
@ -124,7 +124,7 @@ function common_content(App $a)
|
|||
$entries = [];
|
||||
foreach ($common_friends as $common_friend) {
|
||||
//get further details of the contact
|
||||
$contact_details = Model\Contact::getByURLForUser($common_friend['url'], $uid, false);
|
||||
$contact_details = Model\Contact::getByURLForUser($common_friend['url'], $uid);
|
||||
|
||||
// $rr['id'] is needed to use contact_photo_menu()
|
||||
/// @TODO Adding '/" here avoids E_NOTICE on missing constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue