Bug #24501 ยป rtehtmlarea_bugfix_16948_trunk.patch
typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail) | ||
---|---|---|
function TBE_dragNDrop($expandFolder=0,$extensionList='') {
|
||
global $BACK_PATH;
|
||
$expandFolder = $expandFolder ? $expandFolder : $this->expandFolder;
|
||
$expandFolder = $expandFolder ? $expandFolder : t3lib_div::_GP('expandFolder');
|
||
$out='';
|
||
if ($expandFolder && $this->checkFolder($expandFolder)) {
|
||
if ($this->isWebFolder($expandFolder)) {
|