Typo in var name
This commit is contained in:
parent
7416f57a9c
commit
5889edf36d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue