diff options
author | Friendika <info@friendika.com> | 2011-04-19 20:55:20 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-19 20:55:20 -0700 |
commit | afdbbaf27d4f841fce977186f125db452292da7c (patch) | |
tree | df3045e48681811f333b19b7e2428e0f80f43439 | |
parent | d874a55178cce01195b23296bbae6365807dc300 (diff) | |
download | volse-hubzilla-afdbbaf27d4f841fce977186f125db452292da7c.tar.gz volse-hubzilla-afdbbaf27d4f841fce977186f125db452292da7c.tar.bz2 volse-hubzilla-afdbbaf27d4f841fce977186f125db452292da7c.zip |
photos_link not photo_link
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 5cdcfca8c..0919419ec 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -532,7 +532,7 @@ function item_photo_menu($item){ $pm_url=""; $status_link=""; - $photo_link=""; + $photos_link=""; $posts_link=""; $profile_link = ((strlen($item['author-link'])) ? $item['author-link'] : $item['url']); $redirect_url = $a->get_baseurl() . '/redir/' . $item['cid'] ; |