Rename getSlavePos() => getReplicaPos()
[lhc/web/wiklou.git] / includes / libs / rdbms / database / DBConnRef.php
index 1cb8906..20198bf 100644 (file)
@@ -445,7 +445,7 @@ class DBConnRef implements IDatabase {
                return $this->__call( __FUNCTION__, func_get_args() );
        }
 
-       public function getSlavePos() {
+       public function getReplicaPos() {
                return $this->__call( __FUNCTION__, func_get_args() );
        }