diff options
Diffstat (limited to 'admin/picture_modify.php')
-rw-r--r-- | admin/picture_modify.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 90d99d5fa..476ddb359 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -199,9 +199,7 @@ else $current_category = get_cat_info($row['storage_category_id']); $dir_path = get_cat_display_name($current_category['name'], '->', ''); -$thumbnail_url = get_thumbnail_src($row['file'], - $row['storage_category_id'], - @$row['tn_ext']); +$thumbnail_url = get_thumbnail_src($row['path'], @$row['tn_ext']); $url_img = PHPWG_ROOT_PATH.'picture.php?image_id='.$_GET['image_id']; $url_img .= '&cat='.$row['storage_category_id']; |