From: Chad Horohoe Date: Thu, 26 Aug 2010 22:39:14 +0000 (+0000) Subject: Doc fix X-Git-Tag: 1.31.0-rc.0~35306 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=3f9030a16a23fc75559d115f54ddad5c1f891670;p=lhc%2Fweb%2Fwiklou.git Doc fix --- diff --git a/includes/db/DatabaseMysql.php b/includes/db/DatabaseMysql.php index 37480202b4..3e731a5a6c 100644 --- a/includes/db/DatabaseMysql.php +++ b/includes/db/DatabaseMysql.php @@ -31,8 +31,7 @@ class DatabaseMysql extends DatabaseBase { global $wgAllDBsAreLocalhost; wfProfileIn( __METHOD__ ); - # Test for missing mysql.so - # First try to load it + # Load mysql.so if we don't have it wfDl( 'mysql' ); # Fail now