Fix name of cookie
This commit is contained in:
parent
81f289619d
commit
4f8b3e0646
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user