Skip to content

Commit

Permalink
Fix: Error nor reported
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 12, 2014
1 parent bb85162 commit 1ba0218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/comm/propal.php
Expand Up @@ -195,7 +195,8 @@
else
{
$langs->load("errors");
setEventMessage($langs->trans($object->error), 'errors');
if (count($object->errors) > 0) setEventMessage($object->errors, 'errors');
else setEventMessage($langs->trans($object->error), 'errors');
}
}

Expand Down

0 comments on commit 1ba0218

Please sign in to comment.