Skip to content

Commit

Permalink
refactor(formanswer): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 17, 2023
1 parent d0db95c commit 39a5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ function plugin_formcreator_checkComment(field) {
* @return array the modified $input array
*/
public function prepareInputForAdd($input) {
global $DB, $GLPI;
global $GLPI;

// A requester submits his answers to a form
if (!isset($input['plugin_formcreator_forms_id'])) {
Expand Down

0 comments on commit 39a5dce

Please sign in to comment.