Index: branches/NssMySQLAuth-rewrite/NssMySQLAuth/NssMySQLAuthPlugin.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | function getDB( $db = DB_LAST ) { |
38 | | - return wfGetDB( $db, array(), $this->wikiNam0e ); |
| 38 | + return wfGetDB( $db, array(), $this->wikiName ); |
39 | 39 | } |
40 | 40 | |
41 | 41 | function userExists( $username ) { |