mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Add Install Mode
- fixed mistake
This commit is contained in:
parent
41c6d63052
commit
8815d07765
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function install_post(App $a) {
|
|||
$phpath = notags(trim($_POST['phpath']));
|
||||
|
||||
require_once("include/dba.php");
|
||||
if (!dba::connect($dbhost, $dbuser, $dbpass, $dbdata, true)) {
|
||||
if (!dba::connect($dbhost, $dbuser, $dbpass, $dbdata)) {
|
||||
$a->data['db_conn_failed'] = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue