Fix MailingList BOGO options.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sun, 24 Mar 2013 18:25:00 +0000 (19:25 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sun, 24 Mar 2013 18:25:00 +0000 (19:25 +0100)
include/mailinglist.inc.php

index 8e45e7e..155275d 100644 (file)
@@ -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.