Bug #19292 » rtehtmlarea_bugfix_9296_typo3_4-2_2.patch
typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail) | ||
---|---|---|
// Upload
|
||
// ***************************
|
||
// Create upload/create folder forms, if a path is given:
|
||
if ($GLOBALS['BE_USER']->getTSConfigVal('options.uploadFieldsInTopOfEB') && !$this->readOnly && count($GLOBALS['FILEMOUNTS']))
|
||
if ($GLOBALS['BE_USER']->getTSConfigVal('options.uploadFieldsInTopOfEB') && !$this->readOnly && count($GLOBALS['FILEMOUNTS'])) {
|
||
$fileProcessor = t3lib_div::makeInstance('t3lib_basicFileFunctions');
|
||
$fileProcessor->init($GLOBALS['FILEMOUNTS'], $GLOBALS['TYPO3_CONF_VARS']['BE']['fileExtensions']);
|
||
$path=$this->expandFolder;
|
- « Previous
- 1
- 2
- 3
- Next »