X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=ecd49f507e8bb43fc8df334b49e299295b992456;hb=c9566e01c2add8f12a858abe0fbb0bc6b8e3c0d4;hp=f91fb250b06d40e304d7e6831e6e9eedd60b26e1;hpb=959221f7482b51bb1b3f03d86aeabc0bd246205a;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index f91fb25..ecd49f5 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -67,9 +67,9 @@ class Payment $this->api = new $api($val); } - function prepareform() + function prepareform(User $user) { - return $this->api->prepareform($this); + return $this->api->prepareform($this, $user); } function event()