|
|
@@ -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');
|
|
|
}
|
|
|
|
|
|
}
|