aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SearchMySQL.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SearchMySQL.php')
-rw-r--r--includes/SearchMySQL.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SearchMySQL.php b/includes/SearchMySQL.php
index 29f3f1cf237c..4cf30c85bcd3 100644
--- a/includes/SearchMySQL.php
+++ b/includes/SearchMySQL.php
@@ -95,7 +95,7 @@ class SearchMySQL extends SearchEngine {
* @access private
*/
function queryRanking( $filteredTerm, $fulltext ) {
- return "";
+ return '';
}
/**