We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166709e commit dc48680Copy full SHA for dc48680
imcger/imgupload/event/main_listener.php
@@ -115,7 +115,7 @@ public function imcger_modify_uploaded_file($event)
115
$image_max_width = $this->config['imcger_imgupload_max_width'];
116
$image_max_height = $this->config['imcger_imgupload_max_height'];
117
$image_quality = $this->config['imcger_imgupload_img_quality'];
118
- $image_del_exif = $this->config['imcger_imgupload_del_exif'];
+ $image_del_exif = $this->config['img_strip_metadata'];
119
$image_max_filesize = $this->config['imcger_imgupload_max_filesize'];
120
121
/* get file path */
0 commit comments