X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=c38d1c305025bb66377c24427385a52605a32dfc;hb=22f043e40dbab2dccdc909151402c1ff53baf925;hp=6aa0d2a83a2f86b1b56daecda277cb1dcf5dddf8;hpb=f057316be370687dc8904d2ba310fad8709230ca;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 6aa0d2a..c38d1c3 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -1,6 +1,6 @@ montant_min = (float)$this->montant_min; $this->montant_max = (float)$this->montant_max; - $this->flags = new Flagset($flags); + $this->flags = new PlFlagSet($flags); } // }}}