Browse Source

Forgot "global $config" here

pull/40/head
Michael Foster 11 years ago
parent
commit
4851d4cabe
  1. 1
      inc/image.php

1
inc/image.php

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

Loading…
Cancel
Save