mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10: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
|
final class PhabricatorHomeQuickCreateController
|
||||||
extends PhabricatorHomeController {
|
extends PhabricatorHomeController {
|
||||||
|
|
||||||
public function processRequest() {
|
public function handleRequest(AphrontRequest $request) {
|
||||||
$viewer = $this->getRequest()->getUser();
|
$viewer = $this->getViewer();
|
||||||
|
|
||||||
$items = $this->getCurrentApplication()->loadAllQuickCreateItems($viewer);
|
$items = $this->getCurrentApplication()->loadAllQuickCreateItems($viewer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue