Skip to content

Commit

Permalink
Dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 11, 2024
1 parent b43cff7 commit e41fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchterm.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ function script_expression(PaperInfo $row, $about) {
foreach ($this->child as $ch) {
$sexprs[] = $ch->script_expression($row, $about);
}
$type = $this->type === "space" ? "and" : $type;
$type = $this->type === "space" ? "and" : $this->type;
return self::combine_script_expressions($type, $sexprs);
}
}
Expand Down

0 comments on commit e41fb9f

Please sign in to comment.