Forgot "global $config" here

This commit is contained in:
Michael Foster 2013-08-01 03:51:50 -04:00
parent 256d4e24e5
commit 4851d4cabe

View File

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