diff options
author | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
commit | 45149271285ea3515c3c1a7ea189609969c76748 (patch) | |
tree | 8c51894b100815a17662a881e0785eb5c708118f /mod/photos.php | |
parent | 01f171bce71126f60cf0ef9b447006b34c5a3891 (diff) | |
download | volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.gz volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.bz2 volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.zip |
added search
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 97587cbb5..e1926bb56 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -990,7 +990,7 @@ function photos_content(&$a) { $drop = ''; - if(($item['contact-id'] == $_SESSION['visitor_id']) || ($item['uid'] == local_user())) + if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user())) $drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id'])); |