Merge "Move MediaHandler defaults out of global scope"
[lhc/web/wiklou.git] / includes / db / DBConnRef.php
index 1893c73..53862b9 100644 (file)
@@ -417,6 +417,10 @@ class DBConnRef implements IDatabase {
                return $this->__call( __FUNCTION__, func_get_args() );
        }
 
+       public function serverIsReadOnly() {
+               return $this->__call( __FUNCTION__, func_get_args() );
+       }
+
        public function onTransactionResolution( callable $callback ) {
                return $this->__call( __FUNCTION__, func_get_args() );
        }