From 5889edf36d15daf40590b798a87cc9f14df0fe57 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 1 Mar 2007 03:12:36 +0000 Subject: [PATCH] Typo in var name --- includes/SearchPostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SearchPostgres.php b/includes/SearchPostgres.php index fd1be48214..abb4e99e0e 100644 --- a/includes/SearchPostgres.php +++ b/includes/SearchPostgres.php @@ -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. -- 2.20.1