Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
commit
e838647e3a
@ -808,6 +808,10 @@ function profile_sidebar($profile, $block = 0, $show_connect = true) {
|
|||||||
|
|
||||||
$is_owner = (($profile['uid'] == local_channel()) ? true : false);
|
$is_owner = (($profile['uid'] == local_channel()) ? true : false);
|
||||||
|
|
||||||
|
if(is_sys_channel($profile['uid']))
|
||||||
|
$show_connect = false;
|
||||||
|
|
||||||
|
|
||||||
$profile['picdate'] = urlencode($profile['picdate']);
|
$profile['picdate'] = urlencode($profile['picdate']);
|
||||||
|
|
||||||
call_hooks('profile_sidebar_enter', $profile);
|
call_hooks('profile_sidebar_enter', $profile);
|
||||||
|
Reference in New Issue
Block a user