Typo in var name

This commit is contained in:
Greg Sabino Mullane 2007-03-01 03:12:36 +00:00
parent 7416f57a9c
commit 5889edf36d

View file

@ -55,7 +55,7 @@ class SearchPostgres extends SearchEngine {
global $wgContLang;
$lc = SearchEngine::legalSearchChars();
$searchon = '';
$searchonst = '';
$searchconst = '';
$this->searchTerms = array();
# FIXME: This doesn't handle parenthetical expressions.