#19605484 module extend delete 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8144 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-03-08 01:48:17 +00:00
parent c9edde0277
commit 7095fd1542
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@
**/
function deleteModuleExtend($parent_module, $extend_module, $type, $kind=''){
$cache_file = './files/config/module_extend.php';
FileHandler::deleteFile($cache_file);
FileHandler::removeFile($cache_file);
$args->parent_module = $parent_module;
$args->extend_module = $extend_module;