Follow up r79848. Fix the syntax error.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 8 Jan 2011 00:46:45 +0000 (00:46 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 8 Jan 2011 00:46:45 +0000 (00:46 +0000)
includes/extauth/MediaWiki.php

index 7480a6e..e676574 100644 (file)
@@ -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'],