Skip to content

Commit 3e340d0

Browse files
author
Timm Ortloff
committed
ReportController: Fix collection addElement key
1 parent 1be357a commit 3e340d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/controllers/ReportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function editAction()
6161
];
6262

6363
foreach ($this->report->getReportlets() as $key => $reportlet) {
64-
$values['reportlet'][$key]['reportlet'] = $reportlet->getClass();
64+
$values['reportlet'][$key]['reportlet_class'] = $reportlet->getClass();
6565

6666
foreach ($reportlet->getConfig() as $name => $value) {
6767
$values['reportlet'][$key][$name] = $value;

0 commit comments

Comments
 (0)