mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
잘못된 설정값 변경.
This commit is contained in:
parent
de13ea21ec
commit
6ff24f89d6
3 changed files with 6 additions and 6 deletions
|
|
@ -487,7 +487,7 @@ class documentAdminController extends document
|
|||
// Get the basic information
|
||||
$config = new stdClass();
|
||||
$config->thumbnail_type = Context::get('thumbnail_type');
|
||||
$config->updateCount = Context::get('updatecount');
|
||||
$config->updatecount = Context::get('updatecount');
|
||||
// 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