Summary | Page compression fails |
Queue | Trean |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | horde (at) albasoft (dot) com |
Created | 10/16/2009 (5741 days ago) |
Due | |
Updated | 10/19/2009 (5738 days ago) |
Assigned | |
Resolved | 10/19/2009 (5738 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
trean/lib/base.php
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Trean
Summary ⇒ Page compression fails
Type ⇒ Bug
State ⇒ Unconfirmed
$conf['compress_pages'] = true
I suppose passwd/lib/base.php should have these lines at the end:
// Start compression.
if (!Util::nonInputVar('no_compress')) {
Horde::compressOutput();
}