Differential D17091 Diff 41110 src/applications/differential/controller/DifferentialRevisionEditController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/controller/DifferentialRevisionEditController.php
- This file was moved from src/applications/differential/controller/DifferentialRevisionEditProController.php.
| <?php | <?php | ||||
| final class DifferentialRevisionEditProController | final class DifferentialRevisionEditController | ||||
| extends DifferentialController { | extends DifferentialController { | ||||
| public function handleRequest(AphrontRequest $request) { | public function handleRequest(AphrontRequest $request) { | ||||
| $viewer = $this->getViewer(); | $viewer = $this->getViewer(); | ||||
| // If we have a Diff ID, this is an "/attach/123/to/456/" action. The | // If we have a Diff ID, this is an "/attach/123/to/456/" action. The | ||||
| // user just created a diff and is trying to use it to create or update | // user just created a diff and is trying to use it to create or update | ||||
| // a revision. | // a revision. | ||||
| ▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines | |||||