mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Systematically check thumbnailgif
This commit is contained in:
@@ -89,7 +89,7 @@ class BuildMissingSubdefs extends Command
|
|||||||
$todo = true;
|
$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());
|
$sub = $record->get_subdef($subdef->get_name());
|
||||||
if ( ! $sub->is_physically_present()) {
|
if ( ! $sub->is_physically_present()) {
|
||||||
$todo = true;
|
$todo = true;
|
||||||
|
Reference in New Issue
Block a user