#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;

View file

@ -3,7 +3,7 @@
<table name="module_extend" />
</tables>
<conditions>
<condition operation="equal" column="child_module" var="child_module" notnull="notnull" pipe="and" />
<condition operation="equal" column="parent_module" var="parent_module" notnull="notnull" pipe="and" />
<condition operation="equal" column="extend_module" var="extend_module" pipe="and" />
<condition operation="equal" column="type" var="type" pipe="and" />
<condition operation="equal" column="kind" var="kind" pipe="and" />