aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-29 22:07:14 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-29 22:07:14 +0100
commit3f90da5643e36cd09b53043f05a3e3e2dea6d90a (patch)
tree4d24797f04517f848c7a32ffbbf70f5bdb7f158a /include/identity.php
parentd27a627c4f65ca67bcc0f46fb830368c713043cd (diff)
downloadvolse-hubzilla-3f90da5643e36cd09b53043f05a3e3e2dea6d90a.tar.gz
volse-hubzilla-3f90da5643e36cd09b53043f05a3e3e2dea6d90a.tar.bz2
volse-hubzilla-3f90da5643e36cd09b53043f05a3e3e2dea6d90a.zip
remove unused variable
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/identity.php b/include/identity.php
index dc60e661c..15a4ae8ad 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -982,13 +982,9 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
head_set_icon($profile['thumb']);
- $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);