diff options
Diffstat (limited to 'util/frphotohelper.php')
-rw-r--r-- | util/frphotohelper.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/frphotohelper.php b/util/frphotohelper.php index 3ff3ae465..e8477b096 100644 --- a/util/frphotohelper.php +++ b/util/frphotohelper.php @@ -47,6 +47,8 @@ $cookies = 'store/[data]/frphoto_cookie_' . $channel_address; $args['scale'] = $j['scale']; $args['album'] = $j['album']; $args['not_visible'] = 1; + $args['created'] = $j['created']; + $args['edited'] = $j['edited']; if($j['allow_cid'] || $j['allow_gid'] || $j['deny_cid'] || $j['deny_gid']) $args['contact_allow'] = $channel['channel_hash']; |