Merge pull request #3443 from GPCsolutions/3.5-3442
Fix #3442 Remove useless syslog
This commit is contained in:
commit
9efecbf52b
@ -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