Revert new survey on master.
[platal.git] / modules / payment / money.inc.php
index 93c69cb..83b21db 100644 (file)
@@ -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);