// Fix install with Db

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8675 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-21 07:46:12 +00:00
parent 9641b3c55b
commit a3881668f0
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));
}
/**