Forgot "global $config" here
This commit is contained in:
parent
256d4e24e5
commit
4851d4cabe
@ -173,6 +173,7 @@ class ImageImagick extends ImageBase {
|
||||
}
|
||||
}
|
||||
public function to($src) {
|
||||
global $config;
|
||||
if ($config['strip_exif']) {
|
||||
$this->image->stripImage();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user