Skip to content

Commit

Permalink
fix(form_language): vertical view does not works
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 19, 2021
1 parent 77f8c95 commit 1b180d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/form_language.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
$_SESSION['glpilisturl'][$formLanguage::getType()] = PluginFormcreatorForm::getFormURLWithID($formLanguage->fields[PluginFormcreatorForm::getForeignKeyField()]);
}
$formLanguage->display([
'ids' => $_GET['id']
'ids' => $_GET['id'],
'id' => $_GET['id'],
]);

Html::footer();
Expand Down

0 comments on commit 1b180d2

Please sign in to comment.