aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SearchMySQL4.php
diff options
context:
space:
mode:
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 );