diff options
Diffstat (limited to 'modules/g2_import')
| -rw-r--r-- | modules/g2_import/helpers/g2_import.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index 70aac747..b155a88a 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -1055,7 +1055,7 @@ class g2_import_Core {            if (@copy(g2($derivative->fetchPath()), $item->thumb_path())) {              $item->thumb_height = $derivative->getHeight();              $item->thumb_width = $derivative->getWidth(); -            $item->thumb_dirty = false; +            $item->thumb_dirty = 0;            }          } @@ -1066,7 +1066,7 @@ class g2_import_Core {            if (@copy(g2($derivative->fetchPath()), $item->resize_path())) {              $item->resize_height = $derivative->getHeight();              $item->resize_width = $derivative->getWidth(); -            $item->resize_dirty = false; +            $item->resize_dirty = 0;            }          }        } | 
