From fef9b7ecd43b70a9b013373de8b86df20c2bf6fd Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Mon, 4 Jun 2012 19:02:14 +0200 Subject: [PATCH] Systematically check thumbnailgif --- lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;