Remove debug
This commit is contained in:
parent
8680068037
commit
37efb5725e
1 changed files with 0 additions and 2 deletions
|
@ -283,8 +283,6 @@ function profile_sidebar($profile, $block = 0) {
|
||||||
$wallmessage_link = false;
|
$wallmessage_link = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($profile);
|
|
||||||
|
|
||||||
// show edit profile to yourself
|
// show edit profile to yourself
|
||||||
if (!$is_contact && $profile['uid'] == local_user() && feature_enabled(local_user(),'multi_profiles')) {
|
if (!$is_contact && $profile['uid'] == local_user() && feature_enabled(local_user(),'multi_profiles')) {
|
||||||
$profile['edit'] = array(App::get_baseurl(). '/profiles', t('Profiles'),"", t('Manage/edit profiles'));
|
$profile['edit'] = array(App::get_baseurl(). '/profiles', t('Profiles'),"", t('Manage/edit profiles'));
|
||||||
|
|
Loading…
Reference in a new issue