Project

General

Profile

Bug #23353 » rtehtmlarea_bugfix_15355_trunk_v2.patch

Administrator Admin, 2010-08-05 18:06

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail)
} else {
if ($compress) {
$compressor = t3lib_div::makeInstance('t3lib_Compressor');
$filename = $compressor->compressJsFile(($this->isFrontendEditActive() ? '' : ($this->backPath . '../')) . $relativeFilename);
$filename = $compressor->compressJsFile(($this->isFrontendEditActive() ? '' : $this->backPath) . '../' . $relativeFilename);
if ($this->isFrontendEditActive()) {
$filename = preg_replace('/^..\//', '', $filename);
}
} else {
$filename = t3lib_div::createVersionNumberedFilename(($this->isFrontendEditActive() ? '' : ($this->backPath . '../')) . $relativeFilename);
}
(1-1/4)