Skip to content
Snippets Groups Projects
Commit e1ab5bec authored by Henri-Damien LAURENT's avatar Henri-Damien LAURENT
Browse files

hotline#184166 : Newsletter : Error when sending newsletters

parent de7b9101
No related merge requests found
Pipeline #25111 passed with stage
in 22 minutes and 2 seconds
- correctif #184166 : Lettre d'information : Résolution d'un souci d'envoi des lettres d'information
\ No newline at end of file
......@@ -26,7 +26,6 @@ $dispatch_id = $argv[4];
require_once 'includes.php';
$_SERVER['DOCUMENT_ROOT'] = (new Storm_FileSystem_Disk)->getcwd();
$bokeh = (new Bokeh_Engine())->warmUp();
if ('test' != $dispatch_id
......@@ -48,5 +47,7 @@ register_shutdown_function($my_shutdown);
$bokeh->powerOn();
$_SERVER['DOCUMENT_ROOT'] = (new Storm_FileSystem_Disk)->getcwd();
if ($dispatch)
$dispatch->sendBy(20);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment