From: Greg Sabino Mullane Date: Thu, 1 Mar 2007 03:12:36 +0000 (+0000) Subject: Typo in var name X-Git-Tag: 1.31.0-rc.0~53934 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=5889edf36d15daf40590b798a87cc9f14df0fe57;p=lhc%2Fweb%2Fwiklou.git Typo in var name --- 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.