Index: t3lib/class.t3lib_extfilefunc.php =================================================================== --- t3lib/class.t3lib_extfilefunc.php (revision 4729) +++ t3lib/class.t3lib_extfilefunc.php (working copy) @@ -434,7 +434,7 @@ $theFile = $this->is_directory($theFile); if ($theFile) { if ($this->checkPathAgainstMounts($theFile)) { // I choose not to append '/' to $theFile here as this will prevent us from deleting mounts!! (which makes sense to me...) - if ($this->actionPerms['deleteFolderRecursively'] && !$this->dont_use_exec_commands) { + if ($this->actionPerms['deleteFolderRecursively']) { if (t3lib_div::rmdir($theFile,true)) { $this->writelog(4,0,2,'Directory "%s" deleted recursively!',Array($theFile)); return TRUE; @@ -863,4 +863,4 @@ include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_extfilefunc.php']); } -?> \ No newline at end of file +?>