From f7a9f96c80058e653555a13931ebcffd5d031af6 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 6 Oct 2009 05:13:04 +0000 Subject: [PATCH] =?UTF-8?q?removeFilesInDir=EC=9D=98=20=EC=9B=90=20?= =?UTF-8?q?=EC=9D=98=EB=8F=84=EC=97=90=20=EB=A7=9E=EA=B2=8C=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6818 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/file/FileHandler.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/file/FileHandler.class.php b/classes/file/FileHandler.class.php index 7761d6991..8f050bd95 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -296,7 +296,6 @@ } } $directory->close(); - @rmdir($path); //should be checked } /**