From: Chad Horohoe Date: Tue, 19 Aug 2008 03:48:26 +0000 (+0000) Subject: Tweak comment: fixed it but didn't remove the fixme. X-Git-Tag: 1.31.0-rc.0~45802 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=f7ccf99e1faea371fe18a7e97d248f812b314102;p=lhc%2Fweb%2Fwiklou.git Tweak comment: fixed it but didn't remove the fixme. --- 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() {