X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=ecd49f507e8bb43fc8df334b49e299295b992456;hb=9a13e83f4b39c7feaba924b724fd43497109481b;hp=f91fb250b06d40e304d7e6831e6e9eedd60b26e1;hpb=a1cce2cd1dc4984f7c40d5c6ce06e468c61bec22;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()