[*] Installer: you can now choose to send an email to the administrator after installation with php-cli
This commit is contained in:
@@ -110,8 +110,9 @@ class InstallControllerConsoleProcess extends InstallControllerConsole
|
||||
$this->printErrors();
|
||||
if (!$this->processInstallTheme())
|
||||
$this->printErrors();
|
||||
if (!$this->processSendEmail())
|
||||
$this->printErrors();
|
||||
if ($this->datas->send_email)
|
||||
if (!$this->processSendEmail())
|
||||
$this->printErrors();
|
||||
|
||||
if ($this->datas->newsletter)
|
||||
{
|
||||
@@ -287,5 +288,4 @@ class InstallControllerConsoleProcess extends InstallControllerConsole
|
||||
{
|
||||
return $this->model_install->installModulesAddons();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user