mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
조회수 설정을 세분화하여 선택하도록 함.
This commit is contained in:
parent
9659ecca83
commit
b2d4d5edd2
5 changed files with 43 additions and 39 deletions
|
|
@ -486,8 +486,7 @@ class documentAdminController extends document
|
|||
{
|
||||
// Get the basic information
|
||||
$config = new stdClass();
|
||||
$config->session_read_config = Context::get('session_read_config');
|
||||
$config->updatecount = Context::get('updatecount');
|
||||
$config->view_count_option = Context::get('view_count_option');
|
||||
// Insert by creating the module Controller object
|
||||
$oModuleController = getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('document',$config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue