Skip to content

Commit

Permalink
Released version 3.6.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Mar 15, 2021
1 parent 01798d0 commit dabe207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer/-/issues"
configurable = true
version = "3.6.3.3"
version = "3.6.4.3"
omeka_version_constraint = "^3.0.0"
2 changes: 1 addition & 1 deletion src/Generic/AbstractModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function getConfigForm(PhpRenderer $renderer)
return '';
}

$form = $services->get('FormElementManager')->get($formClass);
$form = $formManager->get($formClass);
$form->init();
$form->setData($data);
$form->prepare();
Expand Down

0 comments on commit dabe207

Please sign in to comment.