Issue #1208 : Implementation of the new album edit page

This commit is contained in:
Zacharie
2020-08-12 10:20:29 +02:00
committed by plegall
parent e6b0574cde
commit d4436b825d
7 changed files with 348 additions and 119 deletions
+1 -1
View File
@@ -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);
}
/**