added search
This commit is contained in:
parent
01f171bce7
commit
4514927128
7 changed files with 189 additions and 16 deletions
|
@ -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']));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue