diff options
Diffstat (limited to 'plugins/processor.imagick.php')
| -rw-r--r-- | plugins/processor.imagick.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/processor.imagick.php b/plugins/processor.imagick.php index e45b7aa..76c9b6d 100644 --- a/plugins/processor.imagick.php +++ b/plugins/processor.imagick.php @@ -36,6 +36,7 @@ function liberty_imagick_resize_image( &$pFileHash ) { global $gBitSystem; $pFileHash['error'] = NULL; $ret = NULL; + clearstatcache( true, $pFileHash['source_file'] ); if( !empty( $pFileHash['source_file'] ) && file_exists( $pFileHash['source_file'] ) && is_file( $pFileHash['source_file'] ) && (filesize( $pFileHash['source_file'] ) > 0) ) { try { $im = new Imagick(); |
