// Missing param in MySQL::tryToConnect
This commit is contained in:
@@ -154,7 +154,7 @@ class MySQLCore extends Db
|
||||
/**
|
||||
* @see Db::checkConnection()
|
||||
*/
|
||||
public static function tryToConnect($server, $user, $pwd, $db, $newDbLink = true, $engine = null)
|
||||
public static function tryToConnect($server, $user, $pwd, $db, $newDbLink = true, $engine = null, $timeout = 5)
|
||||
{
|
||||
ini_set('mysql.connect_timeout', $timeout);
|
||||
if (!$link = @mysql_connect($server, $user, $pwd, $newDbLink))
|
||||
|
||||
Reference in New Issue
Block a user