Skip to content

Commit 4f20c9d

Browse files
committed
style(formanswer): useless space
1 parent 3ff1c33 commit 4f20c9d

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
@@ -1294,7 +1294,7 @@ public function post_addItem() {
12941294
if (($this->input['users_id_validator'] ?? 0) != 0) {
12951295
$auto_approval = ($current_user == $this->input['users_id_validator']);
12961296
} else if (($this->input['groups_id_validator'] ?? 0) != 0) {
1297-
$auto_approval = ($current_user !== false && in_array($this->input['groups_id_validator'], $_SESSION['glpigroups'] ?? []));
1297+
$auto_approval = ($current_user !== false && in_array($this->input['groups_id_validator'], $_SESSION['glpigroups'] ?? []));
12981298
}
12991299
if ($auto_approval) {
13001300
PluginFormcreatorFormanswerValidation::updateValidationStatus($this, PluginFormcreatorForm_Validator::VALIDATION_STATUS_ACCEPTED);

0 commit comments

Comments
 (0)