aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-08 15:22:01 -0800
committerfriendica <info@friendica.com>2014-01-08 15:22:01 -0800
commitbc611fb67d48ce9167489a961a62c0a3a2198614 (patch)
treeab836c363ca31c95021fa4a0c4bca193bca6b243 /mod
parent79102218324e794bb7096e682d61841b570fc411 (diff)
parent7930f6d7aa7741c0e2f3bdc7a404bf27ddf125ad (diff)
downloadvolse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.tar.gz
volse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.tar.bz2
volse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 4a0fb01b8..51a680828 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -854,6 +854,8 @@ function photos_content(&$a) {
'$imgsrc' => $a->get_baseurl() . '/photo/' . $rr['resource_id'] . '-' . $rr['scale'] . '.' .$ext,
'$imgalt' => $imgalt_e,
'$desc'=> $desc_e,
+ '$ext' => $ext,
+ '$hash'=> $rr['resource_id'],
));
}