Fix form id of the authentication configuration

This commit is contained in:
Johannes Meyer 2015-03-03 09:54:12 +01:00
parent 642fa44fce
commit dcf38cbf73
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
<form id="<?= $form->getId(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
<table class="action">
<thead>
<th>Backend</th>