1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

Forgot "global $config" here

This commit is contained in:
Michael Foster 2013-08-01 03:51:50 -04:00
parent 9af40bde6e
commit cf373037bd

View File

@ -173,6 +173,7 @@ class ImageImagick extends ImageBase {
}
}
public function to($src) {
global $config;
if ($config['strip_exif']) {
$this->image->stripImage();
}