Systematically check thumbnailgif

This commit is contained in:
Romain Neutron
2012-06-04 19:02:14 +02:00
parent 944b5f1906
commit fef9b7ecd4

View File

@@ -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;