From 13fb0356c25d661081b61ae406707a2b95a14866 Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 17 Oct 2008 19:59:15 +0000 Subject: [PATCH] this is allowed to be null git-svn-id: file:///home/shish/svn/shimmie2/trunk@1078 7f39781d-f577-437e-ae19-be835c7a54ca --- core/event.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/event.class.php b/core/event.class.php index 3f38bb37..d6c1f274 100644 --- a/core/event.class.php +++ b/core/event.class.php @@ -272,7 +272,6 @@ class SearchTermParseEvent extends Event { var $querylet = null; public function SearchTermParseEvent($term, $context) { - assert(!is_null($term)); $this->term = $term; $this->context = $context; }