diff options
author | Friendika <info@friendika.com> | 2011-01-02 14:36:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-02 14:36:30 -0800 |
commit | b381dfa6c64719099c9f07c746f2ce9370d3a37a (patch) | |
tree | 8464b4b91fb80e36f8b9d5a803d863a0406a3c87 | |
parent | b3f39aa2b09f025c3eb3ecb269b86681e775bc43 (diff) | |
download | volse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.tar.gz volse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.tar.bz2 volse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.zip |
typo slipped through
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 643f9a55c..dc91f848e 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) ); |