mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 19:12:47 +02:00
fixes #2104 album editor, use M size (not deactivable) instead of S
This commit is contained in:
@@ -359,7 +359,7 @@ if ($category['has_images'] or !empty($category['representative_picture_id']))
|
|||||||
// representant ?
|
// representant ?
|
||||||
if (!empty($category['representative_picture_id']))
|
if (!empty($category['representative_picture_id']))
|
||||||
{
|
{
|
||||||
$tpl_representant['picture'] = get_category_representant_properties($category['representative_picture_id'], IMG_SMALL);
|
$tpl_representant['picture'] = get_category_representant_properties($category['representative_picture_id'], IMG_MEDIUM);
|
||||||
}
|
}
|
||||||
|
|
||||||
// can the admin choose to set a new random representant ?
|
// can the admin choose to set a new random representant ?
|
||||||
|
|||||||
Reference in New Issue
Block a user