diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 2b345a39..82413a39 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -498,7 +498,7 @@ class Image { $term = Tag::resolve_alias($term); - $stpe = new SearchTermParseEvent($term); + $stpe = new SearchTermParseEvent(null, $term); send_event($stpe); if($stpe->is_querylet_set()) { $img_querylets[] = new ImgQuerylet($stpe->get_querylet(), !$negative);