Tweak comment: fixed it but didn't remove the fixme.
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Aug 2008 03:48:26 +0000 (03:48 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 19 Aug 2008 03:48:26 +0000 (03:48 +0000)
includes/SearchEngine.php

index cfa560d..72e0635 100644 (file)
@@ -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() {