1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Also fix the Maniphest internal EditEngine route

See D14717.
This commit is contained in:
epriestley 2015-12-09 02:13:36 -08:00
parent 7d0aaf5add
commit 2677380d0c

View file

@ -37,6 +37,10 @@ final class ManiphestEditEngine
return pht('Create Task');
}
protected function getEditorURI() {
return $this->getApplication()->getApplicationURI('task/edit/');
}
protected function getCommentViewHeaderText($object) {
$is_serious = PhabricatorEnv::getEnvConfig('phabricator.serious-business');
if (!$is_serious) {