X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=83b21db207b06acae3f459d7326b35dda2f0a6a0;hb=35be58456be0f138e9acc010bb6670fb0b1e1b5d;hp=93c69cbb8fbd986a148c703de66a1abd96a204c5;hpb=ce0d7be772306674fadaf020511871aba1683816;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);