From 44e61a239754307fab33f9c9acca6f9a81227ac7 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 12 Oct 2015 12:01:02 -0700 Subject: [PATCH] Update home for handleRequest Summary: Updates /home/ for handleRequest Test Plan: Visit /home/creat/ Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14257 --- .../home/controller/PhabricatorHomeQuickCreateController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/home/controller/PhabricatorHomeQuickCreateController.php b/src/applications/home/controller/PhabricatorHomeQuickCreateController.php index deb54072a0..40f9afeb8c 100644 --- a/src/applications/home/controller/PhabricatorHomeQuickCreateController.php +++ b/src/applications/home/controller/PhabricatorHomeQuickCreateController.php @@ -3,8 +3,8 @@ final class PhabricatorHomeQuickCreateController extends PhabricatorHomeController { - public function processRequest() { - $viewer = $this->getRequest()->getUser(); + public function handleRequest(AphrontRequest $request) { + $viewer = $this->getViewer(); $items = $this->getCurrentApplication()->loadAllQuickCreateItems($viewer);