[*] Installer: you can now choose to send an email to the administrator after installation with php-cli

This commit is contained in:
Rémi Gaillard
2013-06-04 14:21:18 +02:00
parent 4c5b060e92
commit 05767a213e
2 changed files with 10 additions and 5 deletions
+4 -4
View File
@@ -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();
}
}
}