[*] Installer: you can now choose to send an email to the administrator after installation with php-cli
This commit is contained in:
@@ -133,6 +133,11 @@ class Datas
|
||||
'default' => 1,
|
||||
'help' => 'get news from PrestaShop',
|
||||
),
|
||||
'send_email' => array(
|
||||
'name' => 'send_email',
|
||||
'default' => 1,
|
||||
'help' => 'send an email to the administrator after installation',
|
||||
),
|
||||
);
|
||||
|
||||
protected $datas = array();
|
||||
@@ -200,4 +205,4 @@ class Datas
|
||||
|
||||
return count($errors) ? $errors : true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user