diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 15:30:51 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 15:30:51 +0200 |
commit | bca1dcf2d6e243ca803e590168305ed5a232d923 (patch) | |
tree | 7e2e8b5ac3fd8734fc53f1cb22a81169860e6059 /mod/photos.php | |
parent | ae3c9b7b2b6f6b8bf7a5d5e72bd66f1bff3b081d (diff) | |
parent | c92e6ed929ddb12a3020eecf419a30b680fe4240 (diff) | |
download | volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.tar.gz volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.tar.bz2 volse-hubzilla-bca1dcf2d6e243ca803e590168305ed5a232d923.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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 717800364..e52f67008 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1274,7 +1274,7 @@ function photos_content(&$a) { $drop = ''; if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user())) - $drop = replace_macros(get_markup_template('wall_item_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete'))); + $drop = replace_macros(get_markup_template('photo_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete'))); $comments .= replace_macros($template,array( |