mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Create config screen for reCAPTCHA in spamfilter module
This commit is contained in:
parent
9c60a8932c
commit
c7c03d3c37
13 changed files with 283 additions and 30 deletions
|
|
@ -19,7 +19,7 @@ class spamfilterModel extends spamfilter
|
|||
*/
|
||||
function getConfig()
|
||||
{
|
||||
return ModuleModel::getModuleConfig('spamfilter');
|
||||
return ModuleModel::getModuleConfig('spamfilter') ?: new stdClass;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue