Skip to content

Commit

Permalink
Merge branch 'develop' into release/2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Aug 14, 2024
2 parents 21bb55e + cb6ec51 commit e5bc165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function build(Webform $webform): array {
$wftm = $this->translationManager;

// Load all translations for this webform.
$currentLanguage = $this->languageManager->getCurrentLanguage();
$currentLanguage = $this->languageManager()->getCurrentLanguage();
$elementTranslations = $wftm->getElements($webform, $currentLanguage->getId());

$webformArray = $webform->getElementsDecoded();
Expand Down

0 comments on commit e5bc165

Please sign in to comment.