Move storing of $db down to SearchEngine
[lhc/web/wiklou.git] / includes / search / SearchIBM_DB2.php
index 97d4825..8cedd6f 100644 (file)
  * @ingroup Search
  */
 class SearchIBM_DB2 extends SearchEngine {
+
+       /**
+        * Creates an instance of this class
+        * @param $db DatabaseIbm_db2: database object
+        */
        function __construct($db) {
-               $this->db = $db;
+               parent::__construct( $db );
        }
 
        /**