HTMLFormField: Use 'align' => 'top' when wrapping legacy stuff in OOUI FieldLayout
[lhc/web/wiklou.git] / includes / db / DBConnRef.php
index 3cac22a..f09de4f 100644 (file)
@@ -103,6 +103,10 @@ class DBConnRef implements IDatabase {
                return $this->__call( __FUNCTION__, func_get_args() );
        }
 
+       public function pendingWriteCallers() {
+               return $this->__call( __FUNCTION__, func_get_args() );
+       }
+
        public function isOpen() {
                return $this->__call( __FUNCTION__, func_get_args() );
        }