Skip to content

Commit

Permalink
fix(form_profile): HTML form name mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jul 23, 2020
1 parent 7c23985 commit f201f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form_profile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtem
public static function showForForm(CommonDBTM $item, $withtemplate = '') {
global $DB, $CFG_GLPI;

echo "<form name='notificationtargets_form' id='notificationtargets_form'
echo "<form name='form_profiles_form' id='form_profiles_form'
method='post' action=' ";
echo Toolbox::getItemTypeFormURL(__CLASS__)."'>";
echo "<table class ='tab_cadre_fixe'>";
Expand Down

0 comments on commit f201f37

Please sign in to comment.