This commit is contained in:
redmatrix 2015-06-11 22:48:01 -07:00
commit e838647e3a

View file

@ -808,6 +808,10 @@ function profile_sidebar($profile, $block = 0, $show_connect = true) {
$is_owner = (($profile['uid'] == local_channel()) ? true : false);
if(is_sys_channel($profile['uid']))
$show_connect = false;
$profile['picdate'] = urlencode($profile['picdate']);
call_hooks('profile_sidebar_enter', $profile);