summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_test.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php
index 3a8372ff..1094f52f 100644
--- a/templates/show_test.inc.php
+++ b/templates/show_test.inc.php
@@ -194,7 +194,7 @@
<td valign="top"><?php echo T_("Database connection"); ?></td>
<td valign="top">[
<?php
- $db = check_database($results['database_hostname'], $results['database_username'], $results['database_password'],$results['database_name']);
+ $db = Dba::check_database($results['database_hostname'], $results['database_username'], $results['database_password'],$results['database_name']);
if (!$db) {
echo debug_result('',false);
}