]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Totally tacky...
[friendica.git] / mod / network.php
index a9de402a83620482061b4cb24b914ee7a82a02e7..68c9656e50504686d82ebb32f6fff35fb85ba1b2 100644 (file)
@@ -354,7 +354,7 @@ function network_content(&$a, $update = 0) {
                                ));
                        }
 
-                       $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')));