From 915b29c985fd0fe8b72698cda89462b757357992 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 8 Nov 2012 14:42:48 -0500 Subject: check_database() -> Dba::check_database() --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 00dd698b..f284320c 100644 --- a/install.php +++ b/install.php @@ -92,7 +92,7 @@ switch ($_REQUEST['action']) { 'database_hostname' => $hostname ), true ); - if (!check_database()) { + if (!Dba::check_database()) { Error::add('config', T_('Error: Unable to make Database Connection: ') . Dba::error()); } -- cgit