Skip to content

Commit 39a5dce

Browse files
committed
refactor(formanswer): remove unused var
1 parent d0db95c commit 39a5dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ function plugin_formcreator_checkComment(field) {
801801
* @return array the modified $input array
802802
*/
803803
public function prepareInputForAdd($input) {
804-
global $DB, $GLPI;
804+
global $GLPI;
805805

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

0 commit comments

Comments
 (0)