Index: typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php
===================================================================
--- typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (révision 10006)
+++ typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail)
@@ -1003,7 +1003,7 @@
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)) {