aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-02 14:36:30 -0800
committerFriendika <info@friendika.com>2011-01-02 14:36:30 -0800
commitb381dfa6c64719099c9f07c746f2ce9370d3a37a (patch)
tree8464b4b91fb80e36f8b9d5a803d863a0406a3c87
parentb3f39aa2b09f025c3eb3ecb269b86681e775bc43 (diff)
downloadvolse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.tar.gz
volse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.tar.bz2
volse-hubzilla-b381dfa6c64719099c9f07c746f2ce9370d3a37a.zip
typo slipped through
-rw-r--r--mod/install.php2
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)
);