From ca2ecb1ec835434af535ab62a2fa74b974ad1569 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 23 Sep 2009 03:42:18 +0000 Subject: [PATCH] Missing commit for r56798 --- includes/UserRightsProxy.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/UserRightsProxy.php b/includes/UserRightsProxy.php index 8a65a01a66..7f3af08d13 100644 --- a/includes/UserRightsProxy.php +++ b/includes/UserRightsProxy.php @@ -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. -- 2.20.1