mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
02f42628c3
commit
44e61a2397
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue