mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #775 스팸필터에서 오류내역으로 스팸키워드노출 여부를 설정
This commit is contained in:
parent
04ab022864
commit
ced76f7e50
6 changed files with 70 additions and 12 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue