추천 비추천 신고를 채크하는 옵션 추가

This commit is contained in:
BJRambo 2019-08-06 14:45:08 +09:00
parent b5db271ef1
commit de432e8e46
3 changed files with 17 additions and 1 deletions

View file

@ -56,6 +56,7 @@ class documentAdminController extends document
$config->view_count_option = Context::get('view_count_option');
$config->icons = Context::get('icons');
$config->micons = Context::get('micons');
$config->examination_vote = Context::get('examination_vote');
// Insert by creating the module Controller object
$oModuleController = getController('module');