Skip to content

Commit 0931764

Browse files
committed
refactor(formanswer): remove useless argument
1 parent 07b8a1a commit 0931764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public function showForm($ID, $options = []) {
654654
}
655655

656656
echo '<ol>';
657-
$domain = PluginFormcreatorForm::getTranslationDomain($form->getID(), $_SESSION['glpilanguage']);
657+
$domain = PluginFormcreatorForm::getTranslationDomain($form->getID());
658658

659659
// Get fields populated with answers
660660
$this->loadAnswers();

0 commit comments

Comments
 (0)