Skip to content

Commit dc48680

Browse files
authored
v0.0.2
1 parent 166709e commit dc48680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imcger/imgupload/event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function imcger_modify_uploaded_file($event)
115115
$image_max_width = $this->config['imcger_imgupload_max_width'];
116116
$image_max_height = $this->config['imcger_imgupload_max_height'];
117117
$image_quality = $this->config['imcger_imgupload_img_quality'];
118-
$image_del_exif = $this->config['imcger_imgupload_del_exif'];
118+
$image_del_exif = $this->config['img_strip_metadata'];
119119
$image_max_filesize = $this->config['imcger_imgupload_max_filesize'];
120120

121121
/* get file path */

0 commit comments

Comments
 (0)