Skip to content
Snippets Groups Projects
Commit 19d75772 authored by Alexis Algoud's avatar Alexis Algoud
Browse files

FIX Bad function name call on delete

parent 76c1af0e
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ if (empty($reshook))
$result=$object->delete($user);
if ($result > 0)
{
setEventMessagess($langs->trans("RecordDeleted"), null, 'mesgs');
setEventMessages($langs->trans("RecordDeleted"), null, 'mesgs');
header("Location: index.php");
exit;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment