diff options
Diffstat (limited to 'upgrades/2012022501.php')
-rw-r--r-- | upgrades/2012022501.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/upgrades/2012022501.php b/upgrades/2012022501.php index 576aaba7d..70f4398c4 100644 --- a/upgrades/2012022501.php +++ b/upgrades/2012022501.php @@ -17,14 +17,6 @@ if (!$items) { return; } -// if all five of the items have empty thumbnails, we need to upgrade -foreach ($items as $item) { - if ($item->thumbnail === true) { - return; - } -} - - /** * Downloads the thumbnail and saves into data folder * |