Project

General

Profile

Bug #20094 ยป rtehtmlarea_bugfix_10547_trunk.patch

Administrator Admin, 2009-02-25 22:58

View differences:

typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearrtecache.php (copie de travail)
*/
class tx_rtehtmlarea_clearrtecache {
function clearTempDir() {
$tempPath = PATH_typo3.'../typo3temp/rtehtmlarea/';
$tempPath = t3lib_div::resolveBackPath(PATH_typo3.'../typo3temp/rtehtmlarea/');
$handle=opendir($tempPath);
while ($data=readdir($handle)) {
if (!is_dir($data) && $data!="." && $data!="..") {
    (1-1/1)