From 3f9030a16a23fc75559d115f54ddad5c1f891670 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 26 Aug 2010 22:39:14 +0000 Subject: [PATCH] Doc fix --- includes/db/DatabaseMysql.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1