diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-11 12:32:19 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-11 12:32:19 -0800 |
commit | 62ad4dd1094905f1c55b3eb85bebce2402c990db (patch) | |
tree | c8eb99739060b9484a9d4bb92a13f31a179d5487 /include/photos.php | |
parent | 41dc40dd84388cae3e8188d8fe41f75404a8259f (diff) | |
parent | 2fc47cc52b556153a17b5712e695175f87e6c1dd (diff) | |
download | volse-hubzilla-62ad4dd1094905f1c55b3eb85bebce2402c990db.tar.gz volse-hubzilla-62ad4dd1094905f1c55b3eb85bebce2402c990db.tar.bz2 volse-hubzilla-62ad4dd1094905f1c55b3eb85bebce2402c990db.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/photos.php b/include/photos.php index 5e4d755e3..8496c2c86 100644 --- a/include/photos.php +++ b/include/photos.php @@ -480,6 +480,7 @@ function photos_albums_list($channel, $observer, $sort_key = 'album', $direction foreach($albums as $k => $album) { $entry = array( 'text' => (($album['album']) ? $album['album'] : '/'), + 'jstext' => (($album['album']) ? addslashes($album['album']) : '/'), 'total' => $album['total'], 'url' => z_root() . '/photos/' . $channel['channel_address'] . '/album/' . bin2hex($album['album']), 'urlencode' => urlencode($album['album']), |