관리자 전체 캐시파일 재생성시 게시글 분류 캐시 파일도 삭제하도록 코드 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3558 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-21 11:55:08 +00:00
parent 8912ff42e3
commit 95a309adef

View file

@ -175,6 +175,8 @@
* @brief 캐시 파일 재생성
**/
function recompileCache() {
// 게시글 분류 캐시 파일 삭제
FileHandler::removeFilesInDir("./files/cache/document_category");
}
/**