Removes unused variable.
[platal.git] / modules / payment / money.inc.php
index e052385..83b21db 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2010 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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);