From: Friendika Date: Sun, 2 Jan 2011 22:36:30 +0000 (-0800) Subject: typo slipped through X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b381dfa6c64719099c9f07c746f2ce9370d3a37a;p=friendica.git typo slipped through --- diff --git a/mod/install.php b/mod/install.php index 643f9a55cc..dc91f848e6 100644 --- a/mod/install.php +++ b/mod/install.php @@ -19,7 +19,7 @@ function install_post(&$a) { if(mysqli_connect_errno()) { $db = new dba($dbhost, $dbuser, $dbpass, '', true); - if(! mysql_connect_errno()) { + if(! mysqli_connect_errno()) { $r = q("CREATE DATABASE '%s'", dbesc($dbdata) );