From kde-commits Thu Jun 23 11:35:03 2011 From: Emil Sedgh Date: Thu, 23 Jun 2011 11:35:03 +0000 To: kde-commits Subject: =?utf-8?q?=5Bwebsites/jointhegame-kde-org=5D_protected/controlle?= Message-Id: <20110623113503.3F174A60A4 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130882895000432 Git commit 829c019e1485993609b8f6674cab4e1f46c404c4 by Emil Sedgh. Committed on 23/06/2011 at 13:34. Pushed by esedgh into branch 'master'. show list of widgets after thank you page M +1 -1 protected/controllers/paypal/StandardController.php http://commits.kde.org/websites/jointhegame-kde-org/829c019e1485993609b8f6674cab4e1f46c404c4 diff --git a/protected/controllers/paypal/StandardController.php b/protected/controllers/paypal/StandardController.php index a961d1c..de5ec2c 100644 --- a/protected/controllers/paypal/StandardController.php +++ b/protected/controllers/paypal/StandardController.php @@ -2,7 +2,7 @@ Class StandardController Extends Controller { public function actionResume() { $this->title = Yii::t('join', 'Thank you for supporting KDE!'); - $this->renderText(''); + $this->render('/member/widgets'); } public function actionInstant() {