From 88da7b7a0dc5a491575d071a36dfc59266bfa73a Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 21 Jun 2007 13:50:50 +0000 Subject: [PATCH] Import r1861 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1862 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/payment.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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'); -- 2.1.4