@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a bad method call in EditEngine

Summary: Ref T9983. This method is spelled wrong.

Test Plan: Hit this case, got a dialog instead of a fatal.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9983

Differential Revision: https://secure.phabricator.com/D14786

+1 -1
+1 -1
src/applications/transactions/editengine/PhabricatorEditEngine.php
··· 734 734 } 735 735 736 736 if ($config->getIsDisabled()) { 737 - return $this->buildFormDisabledResponse($object, $config); 737 + return $this->buildDisabledFormResponse($object, $config); 738 738 } 739 739 740 740 switch ($action) {