@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 missing parameter in parent call for Differential button text

Summary: See <https://discourse.phabricator-community.org/t/openning-any-differential-fails-with-undefined-variable-object/1216/1>.

Test Plan: Loaded any //non//-draft revision.

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

+1 -1
+1 -1
src/applications/differential/editor/DifferentialRevisionEditEngine.php
··· 76 76 return pht('Submit Quietly'); 77 77 } 78 78 79 - return parent::getCommentViewButtonText(); 79 + return parent::getCommentViewButtonText($object); 80 80 } 81 81 82 82 protected function getObjectViewURI($object) {