Missing commit for r56798
This commit is contained in:
parent
2b5c51f177
commit
ca2ecb1ec8
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ class UserRightsProxy {
|
|||
$this->name = $name;
|
||||
$this->id = intval( $id );
|
||||
}
|
||||
|
||||
public function getDBName() {
|
||||
return $this->database;
|
||||
}
|
||||
|
||||
/**
|
||||
* Confirm the selected database name is a valid local interwiki database name.
|
||||
|
|
|
|||
Loading…
Reference in a new issue