From: x2003bruneau Date: Thu, 21 Jun 2007 13:50:50 +0000 (+0000) Subject: Import r1861 X-Git-Tag: xorg/0.9.14~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=88da7b7a0dc5a491575d071a36dfc59266bfa73a;p=platal.git Import r1861 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1862 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/payment.php b/modules/payment.php index 00c9c11..19a6a3e 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -250,11 +250,7 @@ class PaymentModule extends PLModule function handler_paypal_return(&$page, $uid = null) { - if (!empty($GLOBALS['IS_XNET_SITE'])) { - new_group_open_page('payment/retour_paypal.tpl'); - } else { - $page->changeTpl('payment/retour_paypal.tpl'); - } + $page->changeTpl('payment/retour_paypal.tpl'); /* reference banque (numero de transaction) */ $no_transaction = clean_request('tx');