X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=c38d1c305025bb66377c24427385a52605a32dfc;hb=f981776842674edfa2c654e4248a7b290df98501;hp=65cdf6a9ff3dc95f814b133475b811c229176c38;hpb=5f30b30e8b2657ade5c727e98de286386ee002d8;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); } // }}}