mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Issue #1208 : Implementation of the new album edit page
This commit is contained in:
@@ -870,7 +870,7 @@ SELECT *
|
||||
;';
|
||||
$category = pwg_db_fetch_assoc(pwg_query($query));
|
||||
|
||||
return get_category_representant_properties($category['representative_picture_id']);
|
||||
return get_category_representant_properties($category['representative_picture_id'], IMG_SMALL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user