Fix #775 스팸필터에서 오류내역으로 스팸키워드노출 여부를 설정

This commit is contained in:
BJRambo 2017-08-04 18:25:37 +09:00
parent 04ab022864
commit ced76f7e50
6 changed files with 70 additions and 12 deletions

View file

@ -59,7 +59,7 @@ class spamfilterAdminView extends spamfilter
// Get configurations (using module model object)
$oModuleModel = getModel('module');
$config = $oModuleModel->getModuleConfig('spamfilter');
Context::set('config',$config);
Context::set('config', $config);
$this->setTemplateFile('config_block');
}