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:
parent
422bd084b5
commit
13fb0356c2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user