]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Totally tacky...
[friendica.git] / mod / photos.php
index bd48cfc9f9b2e38743fa311e2916b66a95e07423..c1c6a4133f99436104552c441545a333748bb64c 100644 (file)
@@ -1148,7 +1148,7 @@ function photos_content(&$a) {
                                        $drop = '';
 
                                        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']));
+                                               $drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete')));
 
 
                                        $o .= replace_macros($template,array(