mirror of
https://github.com/friendica/friendica
synced 2025-05-21 18:24:14 +02:00
Remove unused first parameter from BaseProfile::getTabsHTML
- Add expected Profile::load call to Profile\Photos module
This commit is contained in:
parent
b83526ad0b
commit
ae76fa1174
10 changed files with 12 additions and 15 deletions
|
@ -109,7 +109,7 @@ class Status extends BaseProfile
|
|||
$this->baseUrl->redirect('profile/' . $profile['nickname'] . '/restricted');
|
||||
}
|
||||
|
||||
$o .= self::getTabsHTML($a, 'status', $is_owner, $profile['nickname'], $profile['hide-friends']);
|
||||
$o .= self::getTabsHTML('status', $is_owner, $profile['nickname'], $profile['hide-friends']);
|
||||
|
||||
$o .= Widget::commonFriendsVisitor($profile['uid'], $profile['nickname']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue