From: Platonides Date: Sat, 8 Jan 2011 00:46:45 +0000 (+0000) Subject: Follow up r79848. Fix the syntax error. X-Git-Tag: 1.31.0-rc.0~32702 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=772888860423fdf12002968e508fd5e5c2218b70;p=lhc%2Fweb%2Fwiklou.git Follow up r79848. Fix the syntax error. --- diff --git a/includes/extauth/MediaWiki.php b/includes/extauth/MediaWiki.php index 7480a6e05d..e676574cbd 100644 --- a/includes/extauth/MediaWiki.php +++ b/includes/extauth/MediaWiki.php @@ -72,7 +72,7 @@ class ExternalUser_MediaWiki extends ExternalUser { private function initFromCond( $cond ) { global $wgExternalAuthConf; - $class = DatabaseBase::classFromType( $wgExternalAuthConf['DBtype'] ) + $class = DatabaseBase::classFromType( $wgExternalAuthConf['DBtype'] ); $this->mDb = new $class( $wgExternalAuthConf['DBserver'], $wgExternalAuthConf['DBuser'],