this is allowed to be null

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1078 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-10-17 19:59:15 +00:00
parent 422bd084b5
commit 13fb0356c2

View File

@ -272,7 +272,6 @@ class SearchTermParseEvent extends Event {
var $querylet = null; var $querylet = null;
public function SearchTermParseEvent($term, $context) { public function SearchTermParseEvent($term, $context) {
assert(!is_null($term));
$this->term = $term; $this->term = $term;
$this->context = $context; $this->context = $context;
} }