diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/picture.php b/picture.php index f78c6d085..a31a3d94f 100644 --- a/picture.php +++ b/picture.php @@ -751,9 +751,9 @@ if (is_admin()) } $url_admin = - get_root_url().'admin.php?page=picture_modify' - .'&cat_id='.(isset($page['category']) ? $page['category']['id'] : '') - .'&image_id='.$page['image_id']; + get_root_url().'admin.php?page=photo-'.$page['image_id'] + .(isset($page['category']) ? '&cat_id='.$page['category']['id'] : '') + ; $template->assign( array( |