Feature #22387 » rtehtmlarea_feature_14014_follow_up.patch
typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail) | ||
---|---|---|
if ($concatenate) {
|
||
$this->cumulativeScripts[$this->TCEform->RTEcounter][] = $destination;
|
||
}
|
||
return (($this->is_FE() && $GLOBALS['TSFE']->absRefPrefix) ? $GLOBALS['TSFE']->absRefPrefix : '../' ) . t3lib_div::createVersionNumberedFilename($relativeFilename);
|
||
if ($this->is_FE()) {
|
||
return ($GLOBALS['TSFE']->absRefPrefix ? $GLOBALS['TSFE']->absRefPrefix : '') . t3lib_div::createVersionNumberedFilename($relativeFilename);
|
||
} else {
|
||
return t3lib_div::createVersionNumberedFilename('../' . $relativeFilename);
|
||
}
|
||
}
|
||
/**
|
||
* Concatenates all accumulated scripts in a file in typo3temp/rtehtmlarea directory and returns the file name
|
||
... | ... | |
}
|
||
}
|
||
}
|
||
return (($this->is_FE() && $GLOBALS['TSFE']->absRefPrefix) ? $GLOBALS['TSFE']->absRefPrefix : '../' ) . t3lib_div::createVersionNumberedFilename($relativeFilename);
|
||
if ($this->is_FE()) {
|
||
return ($GLOBALS['TSFE']->absRefPrefix ? $GLOBALS['TSFE']->absRefPrefix : '') . t3lib_div::createVersionNumberedFilename($relativeFilename);
|
||
} else {
|
||
return t3lib_div::createVersionNumberedFilename('../' . $relativeFilename);
|
||
}
|
||
}
|
||
/**
|
- « Previous
- 1
- 2
- Next »