Missing commit for r56798
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 23 Sep 2009 03:42:18 +0000 (03:42 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 23 Sep 2009 03:42:18 +0000 (03:42 +0000)
includes/UserRightsProxy.php

index 8a65a01..7f3af08 100644 (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.