mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
merge -r 1547 from branch-1_6 to Alligator
bug 539: link to picture_modify.php instead of picture.php in rating page git-svn-id: http://piwigo.org/svn/trunk@1548 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b489391c99
commit
fc19eb794d
1 changed files with 4 additions and 2 deletions
|
@ -221,13 +221,15 @@ foreach ($images as $image)
|
||||||
{
|
{
|
||||||
$thumbnail_src = get_thumbnail_src($image['path'], $image['tn_ext']);
|
$thumbnail_src = get_thumbnail_src($image['path'], $image['tn_ext']);
|
||||||
|
|
||||||
$image_url = make_picture_url(
|
/*$image_url = make_picture_url(
|
||||||
array(
|
array(
|
||||||
'category' => $image['storage_category_id'],
|
'category' => $image['storage_category_id'],
|
||||||
'image_id' => $image['id'],
|
'image_id' => $image['id'],
|
||||||
'image_file' => $image['file'],
|
'image_file' => $image['file'],
|
||||||
)
|
)
|
||||||
);
|
);*/
|
||||||
|
$image_url = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
|
||||||
|
'&image_id='.$image['id'];
|
||||||
|
|
||||||
$query = 'SELECT *
|
$query = 'SELECT *
|
||||||
FROM '.RATE_TABLE.' AS r
|
FROM '.RATE_TABLE.' AS r
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue