remove unused variable
This commit is contained in:
parent
d27a627c4f
commit
3f90da5643
@ -982,13 +982,9 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
|
|||||||
|
|
||||||
head_set_icon($profile['thumb']);
|
head_set_icon($profile['thumb']);
|
||||||
|
|
||||||
$is_owner = (($profile['uid'] == local_channel()) ? true : false);
|
|
||||||
|
|
||||||
if(is_sys_channel($profile['uid']))
|
if(is_sys_channel($profile['uid']))
|
||||||
$show_connect = false;
|
$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