X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=c38d1c305025bb66377c24427385a52605a32dfc;hb=2925df1bd6cb08c1f29822019fcb82e59f63f8a3;hp=65cdf6a9ff3dc95f814b133475b811c229176c38;hpb=d0327f6de73e81c4bcc656471ca4161e4f1e1e1b;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 65cdf6a..c38d1c3 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -49,7 +49,7 @@ class Payment $this->montant_min = (float)$this->montant_min; $this->montant_max = (float)$this->montant_max; - $this->flags = new Flagset($flags); + $this->flags = new PlFlagSet($flags); } // }}}