mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
committed by
Pierrick Le Gall
parent
c9715d255d
commit
9891c79f25
@@ -1446,6 +1446,7 @@ SELECT
|
||||
return array(
|
||||
'image_id' => $image_id,
|
||||
'src' => DerivativeImage::thumb_url($image_infos),
|
||||
'square_src' => DerivativeImage::url(ImageStdParams::get_by_type(IMG_SQUARE), $image_infos),
|
||||
'name' => $image_infos['name'],
|
||||
'category' => array(
|
||||
'id' => $params['category'][0],
|
||||
|
||||
Reference in New Issue
Block a user