php 8 fix from mbuchalik fork
This commit is contained in:
parent
f3b00829ed
commit
da39b74ee8
1 changed files with 1 additions and 1 deletions
|
@ -2384,7 +2384,7 @@ class BMUser
|
|||
* @param bool $addressbookNoSpam Mark as NON-spam when sender is in the address book?
|
||||
* @return bool
|
||||
*/
|
||||
public function SetAntispamSettings($active, $action, $unspamMe, $bayesBorder = false, $addressbookNoSpam)
|
||||
public function SetAntispamSettings($active, $action, $unspamMe, $bayesBorder = false, $addressbookNoSpam = false)
|
||||
{
|
||||
global $db;
|
||||
$db->Query('UPDATE {pre}users SET spamfilter=?, spamaction=?, unspamme=?, addressbook_nospam=?'
|
||||
|
|
Loading…
Reference in a new issue