mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
세션에 대한 조회수 증감 설정 추가
This commit is contained in:
parent
a4559ee767
commit
9659ecca83
4 changed files with 25 additions and 13 deletions
|
|
@ -486,7 +486,7 @@ class documentAdminController extends document
|
|||
{
|
||||
// Get the basic information
|
||||
$config = new stdClass();
|
||||
$config->thumbnail_type = Context::get('thumbnail_type');
|
||||
$config->session_read_config = Context::get('session_read_config');
|
||||
$config->updatecount = Context::get('updatecount');
|
||||
// Insert by creating the module Controller object
|
||||
$oModuleController = getController('module');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue