removeFilesInDir의 원 의도에 맞게 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-10-06 05:13:04 +00:00
parent ddbac58943
commit f7a9f96c80

View file

@ -296,7 +296,6 @@
}
}
$directory->close();
@rmdir($path); //should be checked
}
/**