mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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 ?
|
||||
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 ?
|
||||
|
||||
Reference in New Issue
Block a user