Merge "DifferenceEngine: Call DiffTools hook with correct parameter order"
This commit is contained in:
commit
075807151a
1 changed files with 2 additions and 2 deletions
|
|
@ -776,9 +776,9 @@ class DifferenceEngine extends ContextSource {
|
|||
|
||||
# Allow extensions to define their own revision tools
|
||||
$this->hookRunner->onDiffTools(
|
||||
$this->mOldRevisionRecord,
|
||||
$revisionTools,
|
||||
$this->mNewRevisionRecord,
|
||||
$revisionTools,
|
||||
$this->mOldRevisionRecord,
|
||||
$user
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue