Fix #3442 Remove useless syslog
Not having the permission to read the box is not an error. Furthermore, no other boxes have this behavior.
This commit is contained in:
parent
58988d3084
commit
51d5bff15d
@ -119,7 +119,6 @@ class box_prospect extends ModeleBoxes
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dol_syslog("box_prospect::loadBox not allowed de read this box content",LOG_ERR);
|
|
||||||
$this->info_box_contents[0][0] = array('td' => 'align="left"',
|
$this->info_box_contents[0][0] = array('td' => 'align="left"',
|
||||||
'text' => $langs->trans("ReadPermissionNotAllowed"));
|
'text' => $langs->trans("ReadPermissionNotAllowed"));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user