| Summary | Page compression fails |
| Queue | Passwd |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Jan Schneider <jan (at) horde (dot) org> |
| Requester | horde (at) albasoft (dot) com |
| Created | 10/16/09 (145 days ago) |
| Due | |
| Updated | 10/19/09 (142 days ago) |
| Assigned | |
| Resolved | 10/19/09 (142 days ago) |
| Attachments | |
| Milestone | 3.1.2 |
| Patch | Yes |
Milestone ⇒ 3.1.2
State ⇒ Resolved
Assigned to Jan Schneider
State ⇒ Unconfirmed
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Page compression fails
Type ⇒ Bug
Priority ⇒ 2. Medium
$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();
}