Groups: Token integration.

This commit is contained in:
Nate
2019-09-19 07:58:31 -06:00
parent d957a4a60e
commit d054f15300
2 changed files with 14 additions and 3 deletions

View File

@@ -400,9 +400,7 @@
echo "<tr>\n";
echo "<td colspan='2' align='right'>\n";
if (is_uuid($group_uuid)) {
echo " <input type='hidden' name='group_uuid' value='".escape($group_uuid)."'>\n";
}
echo " <input type='hidden' name='group_uuid' value='".escape($group_uuid)."'>\n";
echo " <input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo " <br />";
echo " <input type='submit' class='btn' value=\"".$text['button-save']."\">\n";