aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/frphotohelper.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/frphotohelper.php b/util/frphotohelper.php
index e8477b096..484e7fcaf 100644
--- a/util/frphotohelper.php
+++ b/util/frphotohelper.php
@@ -49,6 +49,8 @@ $cookies = 'store/[data]/frphoto_cookie_' . $channel_address;
$args['not_visible'] = 1;
$args['created'] = $j['created'];
$args['edited'] = $j['edited'];
+ $args['title'] = $j['title'];
+ $args['description'] = $j['desc'];
if($j['allow_cid'] || $j['allow_gid'] || $j['deny_cid'] || $j['deny_gid'])
$args['contact_allow'] = $channel['channel_hash'];