From ed4e205c7fbc8a8d395432f8d6b031383bbfc083 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Feb 2024 11:04:25 +0100 Subject: [PATCH] fixes #2104 album editor, use M size (not deactivable) instead of S --- admin/cat_modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/cat_modify.php b/admin/cat_modify.php index f5df8d1d7..eacadbce6 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -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 ?