diff options
author | friendica <info@friendica.com> | 2014-10-28 04:18:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-28 04:18:35 -0700 |
commit | 653305889c26bc493a985675f35e179abde1ea0a (patch) | |
tree | 20fe0e16fbba4bdb574d27db716c08e7955c5759 /mod/photos.php | |
parent | 36110831cb54ca76d7fc8903c1a2387f7727c2c1 (diff) | |
parent | 4891eb5b0111afb15617e125a190ded8d39e3db2 (diff) | |
download | volse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.tar.gz volse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.tar.bz2 volse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.zip |
Merge https://github.com/friendica/red into pending_merge
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 cc804ae53..056c66293 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -918,7 +918,7 @@ function photos_content(&$a) { foreach($link_item['term'] as $t) { $tags[$cnt] = array(0 => format_term_for_display($t)); if($can_post && ($ph[0]['uid'] == $owner_uid)) { - $tags[$cnt][1] = 'tagrm?f=&item=' . $link_item['id']; + $tags[$cnt][1] = 'tagrm/drop/' . $link_item['id'] . '/' . bin2hex($t['term']); //?f=&item=' . $link_item['id']; $tags[$cnt][2] = t('Remove'); } $cnt ++; |