mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
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…
x
Reference in New Issue
Block a user