mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#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:
parent
c9edde0277
commit
7095fd1542
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue