From: Raphaƫl Barrois Date: Sun, 24 Mar 2013 18:25:00 +0000 (+0100) Subject: Fix MailingList BOGO options. X-Git-Tag: xorg/1.1.8~12^2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f509dc33e76ef9909262bc6ef475cd54429d6359;p=platal.git Fix MailingList BOGO options. --- diff --git a/include/mailinglist.inc.php b/include/mailinglist.inc.php index 8e45e7e..155275d 100644 --- a/include/mailinglist.inc.php +++ b/include/mailinglist.inc.php @@ -210,7 +210,7 @@ class MailingList */ public function setBogoLevel($level) { - return $this->mmclient->set_bogo_level($this->mbox); + return $this->mmclient->set_bogo_level($this->mbox, $level); } /** Get antispam level.