Skip to content

Commit c6f7743

Browse files
committed
fix CS
1 parent 8a7a52c commit c6f7743

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

inc/abstractitiltarget.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,6 @@ public function getDefaultData(PluginFormcreatorFormAnswer $formanswer): array {
22902290

22912291
$data = $targetItemtype::getDefaultValues();
22922292

2293-
22942293
$data = $this->setTargetCategory($data, $formanswer);
22952294

22962295
$this->fields[$targetTemplateFk] = $this->getTargetTemplate($data);
@@ -2338,12 +2337,10 @@ public function getDefaultData(PluginFormcreatorFormAnswer $formanswer): array {
23382337

23392338
$data = array_merge($data, $predefined_fields);
23402339

2341-
23422340
if (($data['requesttypes_id'] ?? 0) == 0) {
23432341
unset($data['requesttypes_id']);
23442342
}
23452343

2346-
23472344
return $data;
23482345
}
23492346

0 commit comments

Comments
 (0)