forked from leftypol/leftypol
Forgot "global $config" here
This commit is contained in:
parent
256d4e24e5
commit
4851d4cabe
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue