mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Replace profile tab GET parameter by route
This commit is contained in:
parent
74a25eb670
commit
a607656607
9 changed files with 10 additions and 30 deletions
|
@ -1230,9 +1230,9 @@ class Contact
|
|||
}
|
||||
|
||||
if ($sparkle) {
|
||||
$status_link = $profile_link . '?tab=status';
|
||||
$status_link = $profile_link . '/status';
|
||||
$photos_link = str_replace('/profile/', '/photos/', $profile_link);
|
||||
$profile_link = $profile_link . '?tab=profile';
|
||||
$profile_link = $profile_link . '/profile';
|
||||
}
|
||||
|
||||
if (self::canReceivePrivateMessages($contact) && empty($contact['pending'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue