mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +01:00
Minor, fix a missing parameter.
This commit is contained in:
parent
11c1edfb74
commit
8e32ab88c4
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ final class DifferentialTransactionEditor
|
|||
}
|
||||
|
||||
protected function sortTransactions(array $xactions) {
|
||||
$xactions = parent::sortTransactions();
|
||||
$xactions = parent::sortTransactions($xactions);
|
||||
|
||||
$head = array();
|
||||
$tail = array();
|
||||
|
|
Loading…
Reference in a new issue