mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Use array_mergev()
This commit is contained in:
parent
325c2077ba
commit
9e3eb37a90
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ final class DifferentialChangeset extends DifferentialDAO {
|
|||
}
|
||||
$with_context[] = array_intersect_key($changes, $context);
|
||||
}
|
||||
return call_user_func('array_merge', $with_context);
|
||||
return array_mergev($with_context);
|
||||
}
|
||||
|
||||
public function getAnchorName() {
|
||||
|
|
Loading…
Reference in a new issue