Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / cache / BacklinkCache.php
index a516819..9e6cf1e 100644 (file)
@@ -139,11 +139,11 @@ class BacklinkCache {
        /**
         * Get the replica DB connection to the database
         * When non existing, will initialize the connection.
-        * @return DatabaseBase
+        * @return Database
         */
        protected function getDB() {
                if ( !isset( $this->db ) ) {
-                       $this->db = wfGetDB( DB_SLAVE );
+                       $this->db = wfGetDB( DB_REPLICA );
                }
 
                return $this->db;