From f7ccf99e1faea371fe18a7e97d248f812b314102 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 19 Aug 2008 03:48:26 +0000 Subject: [PATCH] Tweak comment: fixed it but didn't remove the fixme. --- includes/SearchEngine.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SearchEngine.php b/includes/SearchEngine.php index cfa560d87b..72e0635c6e 100644 --- a/includes/SearchEngine.php +++ b/includes/SearchEngine.php @@ -277,8 +277,6 @@ class SearchEngine { * Load up the appropriate search engine class for the currently * active database backend, and return a configured instance. * - * @fixme Ask the database class for his default search class - * instead of knowing about every backend here. * @return SearchEngine */ public static function create() { -- 2.20.1