1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

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
This commit is contained in:
epriestley 2018-03-09 05:19:06 -08:00
parent 2de06a5375
commit 1763b516b1

View file

@ -76,7 +76,7 @@ final class DifferentialRevisionEditEngine
return pht('Submit Quietly');
}
return parent::getCommentViewButtonText();
return parent::getCommentViewButtonText($object);
}
protected function getObjectViewURI($object) {