Internal: Fix imagegif() call, function has no third parameter

Author: @TheTomcat14
pull/4634/head
TheTomcat14 3 years ago committed by GitHub
parent 1883aaded8
commit 249d933f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/inc/lib/image.lib.php

@ -575,7 +575,7 @@ class GDWrapper extends ImageWrapper
@imagetruecolortopalette($this->bg, true, $compress);
}
return imagegif($this->bg, $file, $compress);
return imagegif($this->bg, $file);
break;
default:
return 0;

Loading…
Cancel
Save