// Fix install with Db

This commit is contained in:
rMalie
2011-09-21 07:46:12 +00:00
parent be0176a514
commit 8c8eb83239
4 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ abstract class DbCore
*/
static public function checkEncoding($server, $user, $pwd)
{
return call_user_func_array(array(Db::getClass(), 'tryToConnect'), array($server, $user, $pwd));
return call_user_func_array(array(Db::getClass(), 'tryUTF8'), array($server, $user, $pwd));
}
/**