mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
Rework mod/match and mod/msearch
This commit is contained in:
commit
94eca77041
131 changed files with 508 additions and 762 deletions
|
@ -585,7 +585,6 @@ class Installer
|
|||
*/
|
||||
public function checkDB($dbhost, $dbuser, $dbpass, $dbdata)
|
||||
{
|
||||
require_once 'include/dba.php';
|
||||
if (!DBA::connect($dbhost, $dbuser, $dbpass, $dbdata)) {
|
||||
$this->addCheck(L10n::t('Could not connect to database.'), false, true, '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue