diff options
author | plegall <plg@piwigo.org> | 2016-07-18 23:08:31 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-07-18 23:08:31 +0200 |
commit | 80f552389267d97d667259b030bbcc1a2a29b7d3 (patch) | |
tree | 17b378cf91be4ac1990b86e73d2e8573370dc007 /admin/picture_modify.php | |
parent | e47568b087902cd98accfdbe1cf7b59007b950f9 (diff) |
fixes #469, add download link on photo edit/admin page
Diffstat (limited to 'admin/picture_modify.php')
-rw-r--r-- | admin/picture_modify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index ab62c5624..af5231ff6 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -234,6 +234,7 @@ $src_image = new SrcImage($row); $template->assign( array( 'tag_selection' => $tag_selection, + 'U_DOWNLOAD' => 'action.php?id='.$_GET['image_id'].'&part=e&pwg_token='.get_pwg_token().'&download', 'U_SYNC' => $admin_url_start.'&sync_metadata=1', 'U_DELETE' => $admin_url_start.'&delete=1&pwg_token='.get_pwg_token(), |