(cp ed4e205c7) fixes #2104 album editor, use M size (not deactivable) instead of S

This commit is contained in:
plegall
2024-02-02 11:05:14 +01:00
parent df9f28b442
commit efd2f56b64
+1 -1
View File
@@ -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 ?