aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SearchMySQL4.php
diff options
context:
space:
mode:
authornobody <nobody@localhost>2006-01-05 23:36:45 +0000
committernobody <nobody@localhost>2006-01-05 23:36:45 +0000
commit4ce70280face928c604c4300fd2ba6fdc78243da (patch)
tree3b2f616b592484fcd8bf9b70ea4a062cd5ac64fc /includes/SearchMySQL4.php
parent9018faf3a776fffd61bbb9a7516da6ae8bf55f55 (diff)
parentb2a8013a4893454f32dc13bd253e141d7fef2f35 (diff)
downloadmediawikicore-1.5.5.tar.gz
mediawikicore-1.5.5.zip
This commit was manufactured by cvs2svn to create tag 'REL1_5_5'.1.5.5
Diffstat (limited to 'includes/SearchMySQL4.php')
-rw-r--r--includes/SearchMySQL4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SearchMySQL4.php b/includes/SearchMySQL4.php
index 76025c4c6a6b..256579f1c283 100644
--- a/includes/SearchMySQL4.php
+++ b/includes/SearchMySQL4.php
@@ -64,7 +64,7 @@ class SearchMySQL4 extends SearchMySQL {
wfDebug( "Would search with '$searchon'\n" );
wfDebug( "Match with /\b" . implode( '\b|\b', $this->searchTerms ) . "\b/\n" );
} else {
- wfDebug( "Can't understand search query '{$this->filteredText}'\n" );
+ wfDebug( "Can't understand search query '{$filteredText}'\n" );
}
$searchon = $this->db->strencode( $searchon );