Missing commit for r56798

This commit is contained in:
Aaron Schulz 2009-09-23 03:42:18 +00:00
parent 2b5c51f177
commit ca2ecb1ec8

View file

@ -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.