diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-18 16:59:08 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-18 16:59:08 +0000 |
commit | d9194fdb5a6709eba8f47795dd5367d79ad0e367 (patch) | |
tree | 86a91ec7a556310400c2eb26d45bbeb108486b36 /mod/channel.php | |
parent | 2cb2896916ce98f16b891634fddcbd403c55d95f (diff) | |
parent | e9b5b0f0b424930b87708080c4e6ce671016177b (diff) | |
download | volse-hubzilla-d9194fdb5a6709eba8f47795dd5367d79ad0e367.tar.gz volse-hubzilla-d9194fdb5a6709eba8f47795dd5367d79ad0e367.tar.bz2 volse-hubzilla-d9194fdb5a6709eba8f47795dd5367d79ad0e367.zip |
Merge remote-tracking branch 'upstream/master'
Conflicts:
view/theme/redbasic/css/style.css
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php index 7fecad427..75dc0d83c 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -74,6 +74,9 @@ function channel_content(&$a, $update = 0, $load = false) { $tab = 'posts'; $o = ''; + + $is_owner = (((local_user()) && ($a->profile['profile_uid'] == local_user())) ? true : false); + if($update) { // Ensure we've got a profile owner if updating. $a->profile['profile_uid'] = $update; |