diff --git a/Application/Base/Repository/PromoteRepository.class.php b/Application/Base/Repository/PromoteRepository.class.php index 83e40ea8b..75eb08215 100644 --- a/Application/Base/Repository/PromoteRepository.class.php +++ b/Application/Base/Repository/PromoteRepository.class.php @@ -162,7 +162,7 @@ class PromoteRepository { } } - $records = $this->assembleZero($ids, [], 0); + $records = $this->assembleZero($ids, $records, 0); return $records; } @@ -203,7 +203,7 @@ class PromoteRepository { } } - $records = $this->assembleZero($ids, [], 0); + $records = $this->assembleZero($ids, $records, 0); return $records; } @@ -247,7 +247,7 @@ class PromoteRepository { } } - $records = $this->assembleZero($ids, [], 0); + $records = $this->assembleZero($ids, $records, 0); return $records; }