[#8649] Page compression fails
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

History
10/19/09 Jan Schneider Comment #2
Milestone ⇒ 3.1.2
State ⇒ Resolved
Assigned to Jan Schneider
Reply to this comment
Committed, thanks.
10/16/09 horde (at) albasoft (dot) com Comment #1
State ⇒ Unconfirmed
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Page compression fails
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
Page rendering fails when horde config says

$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();

}