diff --git a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php index e04a6be720..7029a7e3b4 100644 --- a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php +++ b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php @@ -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;