From 23ff8bcdaabf3536d1ec61a2bba6c1465dbe5c43 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Mon, 20 Jun 2011 22:12:40 -0400 Subject: Stopped using a custom layout for feed --- controllers/UsersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers') diff --git a/controllers/UsersController.php b/controllers/UsersController.php index 01ec06a..82f70a5 100644 --- a/controllers/UsersController.php +++ b/controllers/UsersController.php @@ -216,7 +216,7 @@ class UsersController extends \lithium\action\Controller { $feed = array_reverse($feed); //This renders a custom layout we use for the feed, then passes user and feed to the view for the variables. - $this->render(array('layout' => 'untitled', 'data' => compact('user', 'feed'))); + return compact('user', 'feed'); } } -- cgit v1.2.3