Fix name of cookie

This commit is contained in:
Laurent Destailleur 2020-04-06 10:02:11 +02:00
parent 81f289619d
commit 4f8b3e0646

View File

@ -84,7 +84,7 @@ class box_task extends ModeleBoxes
$projectstatic = new Project($this->db); $projectstatic = new Project($this->db);
$taskstatic = new Task($this->db); $taskstatic = new Task($this->db);
$form = new Form($this->db); $form = new Form($this->db);
$cookie_name = 'boxfilter_task'; $cookie_name = 'DOLUSERCOOKIE_boxfilter_task';
$boxcontent = ''; $boxcontent = '';
$socid = $user->socid; $socid = $user->socid;