diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-27 16:04:21 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-27 16:04:21 +0200 |
commit | 7d386c27771a2a71eca7813a6d9aca00ae3738c4 (patch) | |
tree | dfa276de053548a70bb9a919a7640a5a6edae13d /Zotlabs/Module/Photos.php | |
parent | fb60eeaa9a80484ca9532a717085626ad045c1bd (diff) | |
download | volse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.tar.gz volse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.tar.bz2 volse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.zip |
make justifiedGallery even more happy
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r-- | Zotlabs/Module/Photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php index f86801fcc..2ca9bfe50 100644 --- a/Zotlabs/Module/Photos.php +++ b/Zotlabs/Module/Photos.php @@ -770,7 +770,7 @@ class Photos extends \Zotlabs\Web\Controller { if($photos) { $o = replace_macros(get_markup_template('photosajax.tpl'),array( '$photos' => $photos, - '$album_id' => bin2hex($album) + '$album_id' => $datum )); } else { |