mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
update category count, when move to trash
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6477 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
58941cbbe1
commit
8fa085f00d
1 changed files with 3 additions and 0 deletions
|
|
@ -501,6 +501,9 @@
|
|||
return $output;
|
||||
}
|
||||
|
||||
// update category
|
||||
if($oDocument->get('category_srl')) $this->updateCategoryCount($oDocument->get('module_srl'),$oDocument->get('category_srl'));
|
||||
|
||||
// commit
|
||||
$oDB->commit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue