Bug #19907 » 10256.patch
ChangeLog (working copy) | ||
---|---|---|
2009-01-30 Thomas Hempel <thomas@typo3.org>
|
||
* Fixed bug #10256: gzip_encode not found error in file_list.php in 4.2.4 and 4.2.5 (backport from trunk patch by Dmitry Dulepov)
|
||
2009-01-30 Francois Suter <francois@typo3.org>
|
||
* Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer)
|
typo3/file_list.php (working copy) | ||
---|---|---|
$SOBE->main();
|
||
$SOBE->printContent();
|
||
if ($TYPO3_CONF_VARS['BE']['compressionLevel']) {
|
||
new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']);
|
||
}
|
||
?>
|
typo3/mod/web/perm/index.php (working copy) | ||
---|---|---|
$SOBE->main();
|
||
$SOBE->printContent();
|
||
if ($TYPO3_CONF_VARS['BE']['compressionLevel']) {
|
||
new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']);
|
||
}
|
||
?>
|