diff options
author | friendica <info@friendica.com> | 2014-01-08 15:22:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-08 15:22:01 -0800 |
commit | bc611fb67d48ce9167489a961a62c0a3a2198614 (patch) | |
tree | ab836c363ca31c95021fa4a0c4bca193bca6b243 | |
parent | 79102218324e794bb7096e682d61841b570fc411 (diff) | |
parent | 7930f6d7aa7741c0e2f3bdc7a404bf27ddf125ad (diff) | |
download | volse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.tar.gz volse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.tar.bz2 volse-hubzilla-bc611fb67d48ce9167489a961a62c0a3a2198614.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | mod/photos.php | 2 |
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'], )); } |