mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
Import recaptcha addon config to spamfilter module
This commit is contained in:
parent
57e46c4f86
commit
9c60a8932c
2 changed files with 72 additions and 4 deletions
|
|
@ -19,9 +19,7 @@ class spamfilterModel extends spamfilter
|
|||
*/
|
||||
function getConfig()
|
||||
{
|
||||
// Get configurations (using the module model object)
|
||||
$oModuleModel = getModel('module');
|
||||
return $oModuleModel->getModuleConfig('spamfilter');
|
||||
return ModuleModel::getModuleConfig('spamfilter');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue