Skip to content

Commit

Permalink
Merge pull request #4822 from atm-alexis/FIX_bad_function_name
Browse files Browse the repository at this point in the history
FIX # Bad function name setEventMessagess call on project delete
  • Loading branch information
eldy committed Mar 17, 2016
2 parents c611109 + 19d7577 commit 76896e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/card.php
Expand Up @@ -352,7 +352,7 @@
$result=$object->delete($user);
if ($result > 0)
{
setEventMessagess($langs->trans("RecordDeleted"), null, 'mesgs');
setEventMessages($langs->trans("RecordDeleted"), null, 'mesgs');
header("Location: index.php");
exit;
}
Expand Down

0 comments on commit 76896e9

Please sign in to comment.