aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-05 14:46:08 -0800
committerfriendica <info@friendica.com>2015-02-05 14:46:08 -0800
commit331c72b3be4e6b2c469d14be2bd4d057e7de1dec (patch)
treea04ff30adf15c839a5186faeca2828cf71ef24f4 /include/bbcode.php
parent646a874390be8f92736866118d7215e8cb80fb8a (diff)
downloadvolse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.tar.gz
volse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.tar.bz2
volse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.zip
author profile photo in reshare wasn't linked
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index 7067fcd39..8f2b5bd38 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -216,7 +216,7 @@ function bb_ShareAttributes($match) {
$headline = '<div class="shared_container"> <div class="shared_header">';
if ($avatar != "")
- $headline .= '<img src="' . $avatar . '" alt="' . $author . '" height="32" width="32" />';
+ $headline .= '<a href="' . zid($profile) . '" ><img src="' . $avatar . '" alt="' . $author . '" height="32" width="32" /></a>';
// Bob Smith wrote the following post 2 hours ago