Skip to content

Commit f201f37

Browse files
committed
fix(form_profile): HTML form name mismatch
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 7c23985 commit f201f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/form_profile.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtem
7979
public static function showForForm(CommonDBTM $item, $withtemplate = '') {
8080
global $DB, $CFG_GLPI;
8181

82-
echo "<form name='notificationtargets_form' id='notificationtargets_form'
82+
echo "<form name='form_profiles_form' id='form_profiles_form'
8383
method='post' action=' ";
8484
echo Toolbox::getItemTypeFormURL(__CLASS__)."'>";
8585
echo "<table class ='tab_cadre_fixe'>";

0 commit comments

Comments
 (0)