mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Fix #10773 for piggies.
This commit is contained in:
@@ -170,7 +170,7 @@ class PiggyBankEnrichment implements EnrichmentInterface
|
|||||||
// add object group if available
|
// add object group if available
|
||||||
if (array_key_exists($id, $this->mappedObjects)) {
|
if (array_key_exists($id, $this->mappedObjects)) {
|
||||||
$key = $this->mappedObjects[$id];
|
$key = $this->mappedObjects[$id];
|
||||||
$meta['object_group_id'] = $this->objectGroups[$key]['id'];
|
$meta['object_group_id'] = (string) $this->objectGroups[$key]['id'];
|
||||||
$meta['object_group_title'] = $this->objectGroups[$key]['title'];
|
$meta['object_group_title'] = $this->objectGroups[$key]['title'];
|
||||||
$meta['object_group_order'] = $this->objectGroups[$key]['order'];
|
$meta['object_group_order'] = $this->objectGroups[$key]['order'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user