fix profile edit link and d* photo urls
This commit is contained in:
parent
2c1aca7ffe
commit
9ab9c28b01
1 changed files with 4 additions and 4 deletions
2
boot.php
2
boot.php
|
@ -860,7 +860,7 @@ function profile_sidebar($profile, $block = 0) {
|
|||
|
||||
// show edit to yourself
|
||||
if ($profile['uid'] == local_user()) {
|
||||
$profile['edit'] = array($a->get_baseurl(). 'profiles', t('Profiles'),"", t('Manage/edit profiles'));
|
||||
$profile['edit'] = array($a->get_baseurl(). '/profiles', t('Profiles'),"", t('Manage/edit profiles'));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue