Index: trunk/phase3/includes/extauth/MediaWiki.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | private function initFromCond( $cond ) { |
74 | 74 | global $wgExternalAuthConf; |
75 | 75 | |
76 | | - $class = DatabaseBase::classFromType( $wgExternalAuthConf['DBtype'] ) |
| 76 | + $class = DatabaseBase::classFromType( $wgExternalAuthConf['DBtype'] ); |
77 | 77 | $this->mDb = new $class( |
78 | 78 | $wgExternalAuthConf['DBserver'], |
79 | 79 | $wgExternalAuthConf['DBuser'], |