Skip to content

Commit

Permalink
correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 15, 2024
1 parent 7740704 commit c4ca506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function buildForm(
if (is_array($file_contents)) {
$file_contents = json_encode($file_contents);
}

$form[$filename][] = $this->getViewSolrFile($filename, $file_contents, $is_open);
$is_open = FALSE;
}
Expand Down

0 comments on commit c4ca506

Please sign in to comment.