mirror of
https://github.com/friendica/friendica
synced 2025-03-13 17:48:25 +00:00
typo slipped through
This commit is contained in:
parent
b3f39aa2b0
commit
b381dfa6c6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue