| Summary | Page compression fails |
| Queue | Passwd |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | horde (at) albasoft (dot) com |
| Created | 10/16/2009 (5867 days ago) |
| Due | |
| Updated | 10/19/2009 (5864 days ago) |
| Assigned | |
| Resolved | 10/19/2009 (5864 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 3.1.2 |
| Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 3.1.2
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Passwd
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();
}