summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index e3a1ba6..0095ca8 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -361,10 +361,6 @@ class PHPFSPOT {
public function create_thumbnail($image, $width)
{
- // if thumbnail already exists, don't recreate it
- if(file_exists(dirname($image) ."/thumbs/". $width ."_". basename($image)))
- return;
-
$meta = $this->get_meta_informations($image);
$rotate = 0;