mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
MINOR Removed warning that appears during installation steps (regression from recent changes) (from r98793)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112101 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0c0fe50e49
commit
73964a844f
@ -815,7 +815,7 @@ class Installer extends InstallRequirements {
|
||||
$phpVersion = urlencode(phpversion());
|
||||
|
||||
if($config['db']['type'] == 'MySQLDatabase') {
|
||||
$conn = mysql_connect($config['db']['server'], null, null);
|
||||
$conn = @mysql_connect($config['db']['server'], null, null);
|
||||
$databaseVersion = urlencode('MySQLDatabase: ' . mysql_get_server_info());
|
||||
} else {
|
||||
$databaseVersion = $config['db']['type'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user