Skip to content

Commit

Permalink
Remove leftover debugging code
Browse files Browse the repository at this point in the history
Fixes #22400
  • Loading branch information
dregad committed Feb 17, 2017
1 parent 043a49f commit 3b75893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install.php
Expand Up @@ -409,7 +409,7 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes

if( $t_result ) {
# check if db exists for the admin
$t_result = @$g_db->Connect( $f_hostname, $f_admin_username, $f_admin_password, $f_database_name.'x' );
$t_result = @$g_db->Connect( $f_hostname, $f_admin_username, $f_admin_password, $f_database_name );
}
if( $t_result ) {
$t_db_open = true;
Expand Down

0 comments on commit 3b75893

Please sign in to comment.