Merge "Changed tableName so it returns uppercased table names (+prefix) Changed table...
[lhc/web/wiklou.git] / includes / db / DatabaseMysqlBase.php
index cae133b..5614ed2 100644 (file)
@@ -73,7 +73,7 @@ abstract class DatabaseMysqlBase extends DatabaseBase {
                $this->installErrorHandler();
                try {
                        $this->mConn = $this->mysqlConnect( $realServer );
-               } catch (Exception $ex) {
+               } catch ( Exception $ex ) {
                        wfProfileOut( "dbconnect-$server" );
                        wfProfileOut( __METHOD__ );
                        throw $ex;