-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Hi,
This commit 2441f1dc includes a change at line 2910 of tcpdf.php that seems out of place, and effectively prevents compression from happening.
Was that some debugging code that got left in?
- $this->compress = false;
+ $this->compress = false; return;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels