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);