X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=83b21db207b06acae3f459d7326b35dda2f0a6a0;hb=905ab10422941d19d99b4957c009914a64d19399;hp=93c69cbb8fbd986a148c703de66a1abd96a204c5;hpb=020a95fa78dc544b3064739d409026a0056d98f4;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 93c69cb..83b21db 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -70,7 +70,7 @@ class Payment // }}} // {{{ function init() - function init($val, &$meth) + function init($val, $meth) { require_once dirname(__FILE__).'/money/'.$meth->inc; $this->api = new $api($val);