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