Skip to content

Commit

Permalink
Adding a socket key to DboMysqli::$baseConfig. Fixes notice errors wh…
Browse files Browse the repository at this point in the history
…en socket is undefined. Fixes #1482
  • Loading branch information
markstory committed Jan 27, 2011
1 parent 32f0b20 commit d192ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/model/datasources/dbo/dbo_mysqli.php
Expand Up @@ -47,7 +47,8 @@ class DboMysqli extends DboMysqlBase {
'login' => 'root',
'password' => '',
'database' => 'cake',
'port' => '3306'
'port' => '3306',
'socket' => null
);

/**
Expand Down

0 comments on commit d192ed3

Please sign in to comment.