Reduce the parameter chaos by splitting the update function
This commit is contained in:
parent
90f1175cf5
commit
8eb3bddc2a
6 changed files with 60 additions and 18 deletions
|
@ -192,7 +192,7 @@ class Installer
|
|||
*/
|
||||
public function installDatabase($basePath)
|
||||
{
|
||||
$result = DBStructure::update($basePath, false, true, true);
|
||||
$result = DBStructure::install($basePath);
|
||||
|
||||
if ($result) {
|
||||
$txt = DI::l10n()->t('You may need to import the file "database.sql" manually using phpmyadmin or mysql.') . EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue