diff options
Diffstat (limited to 'modules/gallery/helpers/graphics.php')
| -rw-r--r-- | modules/gallery/helpers/graphics.php | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php index e66908c4..459784c9 100644 --- a/modules/gallery/helpers/graphics.php +++ b/modules/gallery/helpers/graphics.php @@ -121,12 +121,6 @@ class graphics_Core {      if ($item->resize_dirty && $item->is_photo()) {        $ops["resize"] = $item->resize_path();      } -    if (empty($ops)) { -      $item->thumb_dirty = 0; -      $item->resize_dirty = 0; -      $item->save(); -      return; -    }      try {        foreach ($ops as $target => $output_file) { | 
