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() {