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:
parent
2de06a5375
commit
1763b516b1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ final class DifferentialRevisionEditEngine
|
|||
return pht('Submit Quietly');
|
||||
}
|
||||
|
||||
return parent::getCommentViewButtonText();
|
||||
return parent::getCommentViewButtonText($object);
|
||||
}
|
||||
|
||||
protected function getObjectViewURI($object) {
|
||||
|
|
Loading…
Reference in a new issue