Skip to content

Commit 08493c1

Browse files
committed
Cleaned up
1 parent 384cb84 commit 08493c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugin/WebformHandler/WebformHandlerSF2900.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ public function postPurge(array $webform_submissions) {
175175
* {@inheritdoc}
176176
*/
177177
public function getSummary() {
178-
$kleEmne = $this->configuration[FordelingskomponentHelper::KLE_EMNE];
179-
$handlingFacet = $this->configuration[FordelingskomponentHelper::HANDLING_FACET];
178+
$kleEmne = $this->configuration[self::SECTION_SF2900][FordelingskomponentHelper::KLE_EMNE];
179+
$handlingFacet = $this->configuration[self::SECTION_SF2900][FordelingskomponentHelper::HANDLING_FACET];
180180

181181
$build = [
182182
'info' => [

0 commit comments

Comments
 (0)