mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-08 04:52:11 +09:00
#242 object cache 정리
This commit is contained in:
parent
06a9e9fdac
commit
55c76dcd78
20 changed files with 513 additions and 253 deletions
|
|
@ -280,8 +280,6 @@ class document extends ModuleObject
|
|||
if($oDB->isColumnExists('documents', 'allow_comment') || $oDB->isColumnExists('documents', 'lock_comment'))
|
||||
{
|
||||
$oDB->addColumn('documents', 'comment_status', 'varchar', 20, 'ALLOW');
|
||||
$columnList = array('module_srl');
|
||||
$moduleSrlList = $oModuleModel->getModuleSrlList(null, $columnList);
|
||||
|
||||
$args->commentStatus = 'DENY';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue