mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +01:00
Change Pholio editor access modifier
Summary: Used by `PholioImageFileTransaction::mergeTransactions()`. I forgot to test adding multiple images to a Mock at the same time after migrating `mergeTransactions` over to the modular framework. Test Plan: Added multiple images in a single transaction and didn't get an exception about accessing a protected function. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D17946
This commit is contained in:
parent
0e8f72a0d9
commit
d12be0fc21
1 changed files with 1 additions and 1 deletions
|
@ -1743,7 +1743,7 @@ abstract class PhabricatorApplicationTransactionEditor
|
|||
return array_values($result);
|
||||
}
|
||||
|
||||
protected function mergePHIDOrEdgeTransactions(
|
||||
public function mergePHIDOrEdgeTransactions(
|
||||
PhabricatorApplicationTransaction $u,
|
||||
PhabricatorApplicationTransaction $v) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue