Summary | Page compression missing |
Queue | Ansel |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | horde (at) albasoft (dot) com |
Created | 03/19/2010 (5650 days ago) |
Due | |
Updated | 03/19/2010 (5650 days ago) |
Assigned | |
Resolved | 03/19/2010 (5650 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Duplicate
bug #8224.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Page compression missing
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ Yes
$conf['compress_pages'] = true
I guess ansel/lib/base.php should have these lines at the end:
// Start compression.
if (!Util::nonInputVar('no_compress')) {
Horde::compressOutput();
}