From: x2000habouzit Date: Sun, 6 Aug 2006 20:07:12 +0000 (+0000) Subject: yet another move X-Git-Tag: xorg/0.9.11~129 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=50bda57a9e381552715b048397e0729cb23b27e9;p=platal.git yet another move git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@786 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 595e9a9..8d3875c 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -76,7 +76,7 @@ class Payment function init($val, &$meth) { - require_once('money/'.$meth->inc); + require_once dirname(__FILE__).'/money/'.$meth->inc; $this->api = new $api($val); } diff --git a/include/money/cyberpaiement.inc.php b/modules/payment/money/cyberpaiement.inc.php similarity index 100% rename from include/money/cyberpaiement.inc.php rename to modules/payment/money/cyberpaiement.inc.php diff --git a/include/money/paypal.inc.php b/modules/payment/money/paypal.inc.php similarity index 100% rename from include/money/paypal.inc.php rename to modules/payment/money/paypal.inc.php