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