mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Systematically check thumbnailgif
This commit is contained in:
@@ -89,7 +89,7 @@ class BuildMissingSubdefs extends Command
|
||||
$todo = true;
|
||||
}
|
||||
|
||||
if (in_array($subdef->get_name(), array('preview', 'thumbnail'))) {
|
||||
if (in_array($subdef->get_name(), array('preview', 'thumbnail', 'thumbnailgif'))) {
|
||||
$sub = $record->get_subdef($subdef->get_name());
|
||||
if ( ! $sub->is_physically_present()) {
|
||||
$todo = true;
|
||||
|
Reference in New Issue
Block a user